From 83a7728cb3001582dd675bec06222e8ce55963a0 Mon Sep 17 00:00:00 2001 From: Justyyy Date: Sun, 29 Mar 2015 18:24:26 +0300 Subject: [PATCH] Update Zed.cs --- LexxersAIOCarry/Zed.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LexxersAIOCarry/Zed.cs b/LexxersAIOCarry/Zed.cs index bdec0e0..5f91d67 100644 --- a/LexxersAIOCarry/Zed.cs +++ b/LexxersAIOCarry/Zed.cs @@ -36,7 +36,7 @@ public Zed() LoadSpells(); Drawing.OnDraw += Drawing_OnDraw; - Game.OnGameUpdate += Game_OnGameUpdate; + Game.OnUpdate += Game_OnUpdate; GameObject.OnCreate += OnSpellCast; PluginLoaded(); }