Fix small typo.

This commit is contained in:
Mari the Deer 2021-03-19 22:17:40 +01:00
commit 58bbc134eb
2 changed files with 3 additions and 3 deletions

View file

@ -197,7 +197,7 @@ extend Class SWWMHandler
override void WorldThingDestroyed( WorldEvent e )
{
if ( !e.Thing.default.bSHOOTABLE && !e.Thing.default.bMISSILE && !(e Thing is 'Inventory') )
if ( !e.Thing.default.bSHOOTABLE && !e.Thing.default.bMISSILE && !(e.Thing is 'Inventory') )
return;
// remove from suckables
int pos = suckableactors.Find(e.Thing);