Fixes rng to use a seed

This commit is contained in:
zontreck 2025-03-07 12:27:07 -07:00
parent 2f1ac319de
commit 70fe822b0a
3 changed files with 4 additions and 3 deletions

View file

@ -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[] {