static void runInMCVarWithAutoRestart(S varName, S programID) { runInMCVarWithAutoRestart(varName, programID, null); } static void runInMCVarWithAutoRestart(S varName, S programID, O afterReload) { set(mc(), varName, runDependent(programID)); callF(afterReload); autoRestartModule(varName, programID, true, afterReload); }