generated from AriasCreations/vsmodtemplate
Fixes rng to use a seed
This commit is contained in:
parent
2f1ac319de
commit
70fe822b0a
3 changed files with 4 additions and 3 deletions
|
@ -27,6 +27,7 @@ namespace AriasServerUtils
|
|||
internal static BackCaches backCaches = new BackCaches();
|
||||
|
||||
internal static Warps serverWarps = new Warps();
|
||||
internal static Random rng = new Random((int)TimeUtil.GetUnixEpochTimestamp());
|
||||
|
||||
|
||||
internal static string[] saveInvTypes = new string[] {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue