mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-03 06:17:04 +02:00
Lazy changelog update
Just referencing commit history for changelog right now
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import { CONSTANTS } from "../../Constants";
|
||||
import { dialogBoxCreate } from "../../ui/React/DialogBox";
|
||||
export const changelog = () => dialogBoxCreate("Most recent changelog info:\n\n" + CONSTANTS.LatestUpdate);
|
||||
export const changelog = () => dialogBoxCreate("Most recent changelog info:\n\n" + CONSTANTS.LatestUpdate, true);
|
||||
|
||||
Reference in New Issue
Block a user