Hi, when i'm starting HB and looking at the loading log screen, it says the following:
Compiler Error: C:\Users\Ejer\Documents\Honorbuddy\Bots\LazyRaider\Utilities\EventHandlers.cs(105,29) : error CS1061: 'LuaEvents' does not contain a definition for 'AddFilter' and no extension method 'AddFilter' accepting a first argument of type 'LuaEvents' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Ejer\Documents\Honorbuddy\Bots\LazyRaider\Utilities\EventHandlers.cs(120,24) : error CS1061: 'LuaEvents' does not contain a definition for 'RemoveFilter' and no extension method 'RemoveFilter' accepting a first argument of type 'LuaEvents' could be found (are you missing a using directive or an assembly reference?)
Why, and how do i make it work right?
Compiler Error: C:\Users\Ejer\Documents\Honorbuddy\Bots\LazyRaider\Utilities\EventHandlers.cs(105,29) : error CS1061: 'LuaEvents' does not contain a definition for 'AddFilter' and no extension method 'AddFilter' accepting a first argument of type 'LuaEvents' could be found (are you missing a using directive or an assembly reference?)
Compiler Error: C:\Users\Ejer\Documents\Honorbuddy\Bots\LazyRaider\Utilities\EventHandlers.cs(120,24) : error CS1061: 'LuaEvents' does not contain a definition for 'RemoveFilter' and no extension method 'RemoveFilter' accepting a first argument of type 'LuaEvents' could be found (are you missing a using directive or an assembly reference?)
Why, and how do i make it work right?