Newly registered users can now login on the game server,

This commit is contained in:
simon
2017-11-04 10:41:57 -04:00
parent 56c0bee586
commit cdfdab09f8
13 changed files with 162 additions and 50 deletions

View File

@@ -61,7 +61,7 @@ public class WorldCreationListener implements GameEventListener {
outerLoop:
for (int i = 0; i < treeCount; i++) {
Point p = WorldGenerator.getRandomPlainTile(world.getTileMap().getTiles());
Point p = world.getTileMap().getRandomPlainTile();
if (p != null) {