Skip to content

Commit

Permalink
Update Program.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VickTheRock committed Aug 10, 2016
1 parent 5e66813 commit 0e8a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tiny/Program.cs
Expand Up @@ -20,7 +20,7 @@ internal class Program

private static void OnLoadEvent(object sender, EventArgs args)
{
if (ObjectManager.LocalHero.ClassID == ClassID.CDOTA_Unit_Hero_Tiny) return;
if (ObjectManager.LocalHero.ClassID != ClassID.CDOTA_Unit_Hero_Tiny) return;

Menu.AddItem(new MenuItem("enabled", "Enabled").SetValue(true));
Menu.AddItem(new MenuItem("orbwalk", "orbwalk").SetValue(true));
Expand Down

0 comments on commit 0e8a2b6

Please sign in to comment.