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

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