We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 548338e commit 964cbccCopy full SHA for 964cbcc
source/Main.hx
@@ -390,6 +390,7 @@ class Main extends Sprite
390
daError += "\n" + cast(exc, Exception).stack.toString() + "\n";
391
alertMsg += daError;
392
alertMsg += "\n\nCommit: " + GIT_COMMIT + "\n";
393
+ alertMsg += "\n\nVersion: " + PSYCH_ONLINE_VERSION + (TitleState.mustUpdate ? ' (OUTDATED)' : '') + "\n";
394
395
Sys.println(alertMsg);
396
0 commit comments