Forgot something important for the last commit.

This commit is contained in:
bconlon 2020-07-17 18:56:10 -07:00
parent 706bf2f132
commit 504f9e1210

View file

@ -13,6 +13,7 @@ public class AetherRandomTracker
if (inputRandom != this.lastRand)
{
this.lastRand = inputRandom;
return inputRandom;
}
else