Grrrr another ThreadStatic

This commit is contained in:
ricky 2011-06-16 12:14:34 +10:00
parent 15924c543e
commit 9ed47768ad

View file

@ -220,6 +220,10 @@ namespace TShockAPI
{
Main.rand = new Random();
}
if (WorldGen.genRand == null)
{
WorldGen.genRand = new Random();
}
if (text.StartsWith("exit"))
{