This is what I get for copypasting code.

This commit is contained in:
Mari the Deer 2022-01-15 15:39:44 +01:00
commit d821d0b0a8
2 changed files with 3 additions and 3 deletions

View file

@ -355,7 +355,7 @@ extend Class SWWMHandler
dg.giveme[1].AttachToOwner(dg);
dg.SetPickupState();
}
else user.DropInventory(sw); // just drop it
else players[e.Args[0]].mo.DropInventory(sw); // just drop it
// don't autoswitch just yet (hacky)
if ( swapto )
{