Hi there, i got curious about CC and got into a simple issue, now i want to change my CC while im ingame so i dont have to restart the game each time i make a change i changed the global setting ReloadRoutinesOnFileChange in honorbuddy settings folder to True for some reason whenever i make a change in the INitialize function it works after i save, for example if i add a new logging line i see it working in the console, but whenever i make a change to the combat function it doesn't update, damn i feel the solution is easy but excuse me >.< couldn't figure it out. Note: currently the code is working and im only trying to add logging lines for example Logging.Write(Color.Orange, "Casting Nothing!"); there is no compilation errors it just doesn't update thanks in advance