Browse Source

corpse timer

lakebane-optimize
FatBoy-DOTC 2 weeks ago
parent
commit
b049d21aff
  1. 2
      src/engine/objects/Corpse.java

2
src/engine/objects/Corpse.java

@ -75,7 +75,7 @@ public class Corpse extends AbstractWorldObject { @@ -75,7 +75,7 @@ public class Corpse extends AbstractWorldObject {
}
this.setObjectTypeMask(MBServerStatics.MASK_CORPSE);
this.spawnedTime = System.currentTimeMillis()
this.spawnedTime = System.currentTimeMillis();
if (!safeZone)
transferInventory(belongsTo, enterWorld);

Loading…
Cancel
Save