Fixed kill tile crash when switching to vector2

This commit is contained in:
high 2011-06-14 22:52:21 -04:00
parent e9dd445055
commit ce38ac1895
2 changed files with 5 additions and 3 deletions

View file

@ -284,7 +284,7 @@ namespace TShockAPI
{
return Ban(ply, reason);
}
else if (kick)
if (kick)
{
return Kick(ply, reason);
}