Skip to content

Commit 964cbcc

Browse files
committed
add versions
1 parent 548338e commit 964cbcc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/Main.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,7 @@ class Main extends Sprite
390390
daError += "\n" + cast(exc, Exception).stack.toString() + "\n";
391391
alertMsg += daError;
392392
alertMsg += "\n\nCommit: " + GIT_COMMIT + "\n";
393+
alertMsg += "\n\nVersion: " + PSYCH_ONLINE_VERSION + (TitleState.mustUpdate ? ' (OUTDATED)' : '') + "\n";
393394

394395
Sys.println(alertMsg);
395396

0 commit comments

Comments
 (0)