Console colors, begin RNG rework
This is gonna be a PAIN
This commit is contained in:
@@ -144,7 +144,7 @@ namespace Barotrauma
|
||||
return new LevelGenerationParams(null);
|
||||
}
|
||||
|
||||
return presets[Rand.Range(0, presets.Count, false)];
|
||||
return presets[Rand.Range(0, presets.Count, Rand.RandSync.Server)];
|
||||
}
|
||||
|
||||
private LevelGenerationParams(XElement element)
|
||||
|
||||
Reference in New Issue
Block a user