1
0
forked from xjboss/KCauldronX

Fix broken stop command, added /kc tps command, better integration bukkit worlds with forge worlds

This commit is contained in:
Prototik
2015-09-03 00:22:30 +07:00
parent 1bafa262d0
commit 1e51ceeb31
4 changed files with 185 additions and 110 deletions

View File

@ -670,7 +670,7 @@ public final class CraftServer implements Server {
@Override
public List<World> getWorlds() {
return new ArrayList<World>(worlds.values());
return ImmutableList.copyOf(worlds.values());
}
public DedicatedPlayerList getHandle() {