From f04da74f8bc2c72cfcb768467b8ce92551261b6f Mon Sep 17 00:00:00 2001 From: Lucas Nicodemus Date: Sat, 31 Dec 2011 22:11:37 -0700 Subject: [PATCH] Copy paste fail --- TShockAPI/GetDataHandlers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TShockAPI/GetDataHandlers.cs b/TShockAPI/GetDataHandlers.cs index e9b46390..b93bea64 100644 --- a/TShockAPI/GetDataHandlers.cs +++ b/TShockAPI/GetDataHandlers.cs @@ -455,7 +455,7 @@ namespace TShockAPI public int X { get; set; } public int Y { get; set; } } - public static HandlerList Sign; + public static HandlerList Sign; private static bool OnSignEvent(short id, int x, int y) {