"seed" command

This commit is contained in:
juanjp600
2017-06-23 10:15:29 -03:00
parent ad1935fdcf
commit 3b343899c0
4 changed files with 14 additions and 2 deletions
@@ -95,7 +95,7 @@ namespace Barotrauma
{
ServerMessageText = m; lastUpdateID++;
}
public List<JobPrefab> JobPreferences
{
get
@@ -145,6 +145,7 @@ namespace Barotrauma
{
if (levelSeed == value) return;
lastUpdateID++;
levelSeed = value;
LocationType.Random(levelSeed); //call to sync up with clients
}