Fix small typo.
This commit is contained in:
parent
f8016516d5
commit
58bbc134eb
2 changed files with 3 additions and 3 deletions
|
|
@ -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-";
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue