forked from xjboss/KCauldronX
Fix broken stop command, added /kc tps command, better integration bukkit worlds with forge worlds
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user