From 7f558c395aaa4b778b7e832c75307f6bb192921e Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Wed, 30 May 2012 02:58:28 -0600 Subject: [PATCH] Fixed compilation error --- TShockAPI/Commands.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/Commands.cs b/TShockAPI/Commands.cs index ab8c7c31..a72f98b5 100644 --- a/TShockAPI/Commands.cs +++ b/TShockAPI/Commands.cs @@ -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; }