diff --git a/sol.cpp b/sol.cpp index 9dec02fc..4deab2c3 100644 --- a/sol.cpp +++ b/sol.cpp @@ -431,6 +431,7 @@ auto sol_config = addHook(hooks_args, 0, [] () { else if(argis("-solglitch")) { shift_arg_formula(glitch_xy); shift_arg_formula(glitch_z); + return 0; } return 1; });