Oops typo.

This commit is contained in:
Mari the Deer 2025-06-07 14:30:30 +02:00
commit 0526658745
2 changed files with 3 additions and 3 deletions

View file

@ -350,7 +350,7 @@ extend Class SWWMHandler
{
if ( !a.bSHOOTABLE || (a.player == players[e.Args[0]])
|| a.IsFriend(players[e.Args[0]].mo)
|| !a.CheckSight(players[e.Args[0].mo,SF_IGNOREVISIBILITY|SF_IGNOREWATERBOUNDARY) )
|| !a.CheckSight(players[e.Args[0]].mo,SF_IGNOREVISIBILITY|SF_IGNOREWATERBOUNDARY) )
continue;
OnFire.Apply(a,players[e.Args[0]].mo,500);
burned = true;