Better world generation
This commit is contained in:
@@ -466,6 +466,8 @@ export class GameServer {
|
||||
const saved = this.#saved_players[player.name];
|
||||
if (saved) {
|
||||
player.load(saved);
|
||||
} else {
|
||||
Object.assign(player, this.world.spawn_point());
|
||||
}
|
||||
|
||||
this.#send(player, {
|
||||
|
||||
Reference in New Issue
Block a user