This commit is contained in:
KadeDeveloper 2021-07-19 21:23:35 -07:00
parent b85ebd596c
commit e610ca5bc7

View File

@ -55,7 +55,7 @@ class OutdatedSubState extends MusicBeatState
if (MainMenuState.nightly != "")
txt.text =
"You are on\n"
+ MainMenuState.kadeEngineVer + "-" + MainMenuState.nightly
+ MainMenuState.kadeEngineVer
+ "\nWhich is a PRE-RELEASE BUILD!"
+ "\n\nReport all bugs to the author of the pre-release.\nSpace/Escape ignores this.";