Fixed compilation error

This commit is contained in:
Lucas Nicodemus 2012-05-30 02:58:28 -06:00
parent e46bc35fe9
commit 7f558c395a

View file

@ -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;
}