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

@ -1,3 +1,3 @@
[default]
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r379 \cu(Fri 19 Mar 22:16:24 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r379 \cu(2021-03-19 22:16:24)\c-";
SWWM_MODVER="\chSWWM \czGZ\c- \cw0.9.11b-pre r380 \cu(Fri 19 Mar 22:17:40 CET 2021)\c-";
SWWM_SHORTVER="\cw0.9.11b-pre r380 \cu(2021-03-19 22:17:40)\c-";

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