Typo
This commit is contained in:
parent
35b8b986db
commit
11c497178d
2 changed files with 3 additions and 3 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue