Remove AddWorld,AddChannel,RemoveWorld,RemoveChannel cmds
These are incredibly error prone and hinder the database migration work.
This commit is contained in:
@@ -350,10 +350,6 @@ public final class Channel {
|
||||
playersAway.remove(chrId);
|
||||
}
|
||||
|
||||
public boolean canUninstall() {
|
||||
return players.getSize() == 0 && playersAway.isEmpty();
|
||||
}
|
||||
|
||||
private void disconnectAwayPlayers() {
|
||||
World wserv = getWorldServer();
|
||||
for (Integer cid : playersAway) {
|
||||
|
||||
Reference in New Issue
Block a user