Oops, missed a thing.
This commit is contained in:
parent
5aaa5e5aa0
commit
2f52055b3b
2 changed files with 3 additions and 3 deletions
|
|
@ -1,3 +1,3 @@
|
|||
[default]
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r125 \cu(Sun 23 Jan 20:47:15 CET 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2pre r125 \cu(2022-01-23 20:47:15)\c-";
|
||||
SWWM_MODVER="\cyDEMOLITIONIST \cw1.2pre r126 \cu(Sun 23 Jan 20:48:35 CET 2022)\c-";
|
||||
SWWM_SHORTVER="\cw1.2pre r126 \cu(2022-01-23 20:48:35)\c-";
|
||||
|
|
|
|||
|
|
@ -368,7 +368,7 @@ Class SWWMStaticHandler : StaticEventHandler
|
|||
else if ( timer == 140 )
|
||||
{
|
||||
let hnd = SWWMBrutalHandler(StaticEventHandler.Find("SWWMBrutalHandler"));
|
||||
if ( hnd && hnd.detected ) Console.Printf("\cfYou shouldn't have tried running this with Brutal Doom.\c-");
|
||||
if ( hnd && hnd.detected ) Console.Printf("\cfYou shouldn't have tried running this with "..hnd.which..".\c-");
|
||||
else Console.Printf("\cfYou should probably screenshot this error and show it to Marisa.\c-");
|
||||
Console.Printf("\cfLoaded Version:\n \cj%s\c-",StringTable.Localize("$SWWM_SHORTVER"));
|
||||
if ( tainted ) Console.Printf("\cfSavegame Version:\n \cj%s\c-",taintver);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue