Fixed kill tile crash when switching to vector2
This commit is contained in:
parent
e9dd445055
commit
ce38ac1895
2 changed files with 5 additions and 3 deletions
|
|
@ -284,7 +284,7 @@ namespace TShockAPI
|
|||
{
|
||||
return Ban(ply, reason);
|
||||
}
|
||||
else if (kick)
|
||||
if (kick)
|
||||
{
|
||||
return Kick(ply, reason);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue