spaces: 0 tabs: 1

This commit is contained in:
Zack Piispanen 2013-09-22 23:33:36 -04:00
parent b7019d8267
commit cc70a37af0
2 changed files with 17 additions and 12 deletions

View file

@ -771,7 +771,7 @@ namespace TShockAPI
{
var player = new TSPlayer(ply);
if (Utils.ActivePlayers() + 1 > Config.MaxSlots + Config.ReservedSlots)
if (Utils.ActivePlayers() + 1 > Config.MaxSlots + Config.ReservedSlots)
{
Utils.ForceKick(player, Config.ServerFullNoReservedReason, true, false);
handler.Handled = true;