Copy paste fail

This commit is contained in:
Lucas Nicodemus 2011-12-31 22:11:37 -07:00
parent addea02fb7
commit f04da74f8b

View file

@ -455,7 +455,7 @@ namespace TShockAPI
public int X { get; set; } public int X { get; set; }
public int Y { get; set; } public int Y { get; set; }
} }
public static HandlerList<ChestOpenEventArgs> Sign; public static HandlerList<SignEventArgs> Sign;
private static bool OnSignEvent(short id, int x, int y) private static bool OnSignEvent(short id, int x, int y)
{ {