Fixed compilation error
This commit is contained in:
parent
e46bc35fe9
commit
7f558c395a
1 changed files with 1 additions and 1 deletions
|
|
@ -1425,7 +1425,7 @@ namespace TShockAPI
|
|||
{
|
||||
if (!args.Player.RealPlayer)
|
||||
{
|
||||
args.Player.SendErrorMessage"You cannot use teleport commands!");
|
||||
args.Player.SendErrorMessage("You cannot use teleport commands!");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue