This commit is contained in:
Mari the Deer 2023-02-11 17:11:07 +01:00
commit 11c497178d
2 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r755 \cu(Sat 11 Feb 17:03:43 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r755 \cu(2023-02-11 17:03:43)\c-";
SWWM_MODVER="\cyDEMOLITIONIST \cw1.3pre r756 \cu(Sat 11 Feb 17:11:07 CET 2023)\c-";
SWWM_SHORTVER="\cw1.3pre r756 \cu(2023-02-11 17:11:07)\c-";

View file

@ -611,7 +611,7 @@ Class SWWMWeapon : Weapon abstract
}
if ( tooltipsent ) return;
tooltipsent = true;
if ( (tooptip != "") && (Owner.player == players[consoleplayer]) )
if ( (tooltip != "") && (Owner.player == players[consoleplayer]) )
SWWMUtility.SendTooltip(GetClass());
}
action void A_SWWMFlash( StateLabel flashlabel = null )