cannot get XP from the same character in PVP more than once per reboot

This commit is contained in:
2024-05-21 21:49:05 -05:00
parent 4ca81b019b
commit a660457883
2 changed files with 4 additions and 1 deletions
+2
View File
@@ -181,6 +181,8 @@ public class PlayerCharacter extends AbstractCharacter {
public boolean depositingWarehouse = false;
public Building warehouseBuilding;
public ArrayList<PlayerCharacter> killedCharacters = new ArrayList<>();
/**
* No Id Constructor
*/