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(); }