mirror of
https://github.com/2006-Scape/2006Scape.git
synced 2026-07-03 08:39:04 +00:00
Implemented & Adapted RobGob69's Server ControlPanel (#568)
This commit is contained in:
@@ -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++) {
|
||||
|
||||
Reference in New Issue
Block a user