Oops, missed a thing.

This commit is contained in:
Mari the Deer 2022-01-23 20:48:35 +01:00
commit 2f52055b3b
2 changed files with 3 additions and 3 deletions

View file

@ -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-";

View file

@ -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);