Adds a configurable world name to be sent to clients which is saved as
the name of the server.
This commit is contained in:
Deathmax 2012-05-27 11:46:49 +08:00
parent ccdedca196
commit 727bff5bd4
3 changed files with 5 additions and 3 deletions

View file

@ -739,6 +739,7 @@ namespace TShockAPI
handler.Handled = true;
return;
}
player.SendWorldInfo(Main.spawnTileX, Main.spawnTileY, false);
}
private void OnLeave(int ply)