Fix Multiplayer LTB triggers

This commit is contained in:
tool4EvEr
2021-04-14 20:30:17 +02:00
parent 27a93b318d
commit 2f7a30f920
7 changed files with 15 additions and 11 deletions

View File

@@ -2838,7 +2838,7 @@ public class PlayerControllerHuman extends PlayerController implements IGameCont
continue;
}
c.getZone().remove(c);
c.ceaseToExist();
c.ceaseToExist(true);
StringBuilder sb = new StringBuilder();
sb.append(p).append(" removes ").append(c).append(" from game due to Dev Cheats.");