Console colors, begin RNG rework
This is gonna be a PAIN
This commit is contained in:
@@ -482,7 +482,7 @@ namespace Barotrauma
|
||||
return "";
|
||||
}
|
||||
|
||||
int lineNumber = Rand.Int(lineCount, false);
|
||||
int lineNumber = Rand.Int(lineCount, Rand.RandSync.Server);
|
||||
|
||||
int i = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user