Remove unnecessary "spawn loot on animation" feature

No longer needed since item drop timing is now dictated by the client
since two commits back.
This commit is contained in:
P0nk
2024-08-17 19:11:53 +02:00
parent 2d40a89c55
commit 994d1723b6
3 changed files with 17 additions and 96 deletions

View File

@@ -97,7 +97,6 @@ public class ServerConfig {
public boolean USE_ENFORCE_MERCHANT_SAVE;
public boolean USE_ENFORCE_MDOOR_POSITION;
public boolean USE_SPAWN_CLEAN_MDOOR;
public boolean USE_SPAWN_LOOT_ON_ANIMATION;
public boolean USE_SPAWN_RELEVANT_LOOT;
public boolean USE_ERASE_PERMIT_ON_OPENSHOP;
public boolean USE_ERASE_UNTRADEABLE_DROP;