private static void Clear() { //fix if (GetBool("main.clear.q")) { Casts.QMinion(); } if (GetBool("main.clear.e")) { Casts.EMinion(); } }