spaces: 0 tabs: 1
This commit is contained in:
parent
b7019d8267
commit
cc70a37af0
2 changed files with 17 additions and 12 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue