From 2f52055b3bc46543d27e732c3769349b06aa9eb2 Mon Sep 17 00:00:00 2001 From: Marisa Kirisame Date: Sun, 23 Jan 2022 20:48:35 +0100 Subject: [PATCH] Oops, missed a thing. --- language.version | 4 ++-- zscript/swwm_statichandler.zsc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/language.version b/language.version index 3bcf4a6f1..b413c22c2 100644 --- a/language.version +++ b/language.version @@ -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-"; diff --git a/zscript/swwm_statichandler.zsc b/zscript/swwm_statichandler.zsc index 663f0a13f..2ca2af581 100644 --- a/zscript/swwm_statichandler.zsc +++ b/zscript/swwm_statichandler.zsc @@ -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);