Fix mobs not dropping picked up coins

This commit is contained in:
gohjoseph 2022-03-18 22:35:43 +08:00
parent 203b9bf281
commit 3805bb8ca2

View file

@ -3958,7 +3958,7 @@ namespace TShockAPI
return true; return true;
} }
return true; return false;
} }
private static bool HandleKillPortal(GetDataHandlerArgs args) private static bool HandleKillPortal(GetDataHandlerArgs args)