Fixed crashey bug
This commit is contained in:
parent
1702e12c4a
commit
72eda4f3e2
1 changed files with 2 additions and 0 deletions
|
|
@ -565,6 +565,8 @@ namespace TShockAPI
|
||||||
Console.WriteLine("This token will only display ONCE.");
|
Console.WriteLine("This token will only display ONCE.");
|
||||||
FileTools.CreateFile(FileTools.SaveDir + "auth.lck");
|
FileTools.CreateFile(FileTools.SaveDir + "auth.lck");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ConfigurationManager.maxSlots = Main.maxPlayers - 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void OnUpdate(GameTime time)
|
private void OnUpdate(GameTime time)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue