This commit is contained in:
GabsPuNs
2026-05-16 16:09:05 -04:00
parent 341d4c8d6a
commit 29893d490a
2 changed files with 17 additions and 24 deletions

View File

@@ -470,13 +470,6 @@ void UIScene_InGamePlayerOptionsMenu::resetCheatCheckboxes()
void UIScene_InGamePlayerOptionsMenu::handleCheckboxToggled(F64 controlId, bool selected)
{
switch(static_cast<int>(controlId))
{
case eControl_Op:
// flag that the moderator state has changed
//resetCheatCheckboxes();
break;
}
}
void UIScene_InGamePlayerOptionsMenu::handleTimerComplete(int id)