Implemented & Adapted RobGob69's Server ControlPanel (#568)

This commit is contained in:
Josh Shippam
2023-01-30 22:27:20 +00:00
committed by GitHub
parent 32947bbd15
commit 0754b24aa7
8 changed files with 1750 additions and 1 deletions
@@ -559,6 +559,7 @@ public abstract class Player {
if (session == null) {
return;
}
GameEngine.panel.removeEntity(playerName);
if (getCannon().hasCannon()) {
getCannon().removeObject(cannonX, cannonY);
for(int i = 0; i < GameEngine.cannonsX.length; i++) {