Skip to content

Commit

Permalink
ye
Browse files Browse the repository at this point in the history
  • Loading branch information
clusterfack committed Feb 2, 2018
1 parent 865d39e commit 42c1317
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public void RemoveEvent(IClickableComponent click)

public static void UserInteraction(object sender, ClickEventArgs e)
{
if (e.ClickType != Clicktype.Left)
if (e.ClickType != ClickType.Left)
return;

IEntity user = e.User;
Expand Down

0 comments on commit 42c1317

Please sign in to comment.