Remove item max stack check.

This commit is contained in:
Deathmax 2011-06-03 10:51:02 +08:00
parent 0aa44fed67
commit daf56053c8
2 changed files with 3 additions and 3 deletions

View file

@ -68,7 +68,7 @@ namespace TShockAPI
Tools.Broadcast(plStr + " was kicked by " + Tools.FindPlayer(ply));
}
else
Tools.SendMessage(ply, "You can't ban another admin!", new float[] { 255f, 0f, 0f });
Tools.SendMessage(ply, "You can't kick another admin!", new float[] { 255f, 0f, 0f });
}
else
Tools.SendMessage(ply, "Invalid player!", new float[] { 255f, 0f, 0f });