mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Newly registered users can now login on the game server,
This commit is contained in:
@@ -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) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user