Disable teampickPopUpBox LockedTeams

This commit is contained in:
ChocoTaco 2022-04-11 16:41:27 -04:00
parent 3b9984ee10
commit 3d876eb0de

View file

@ -1562,6 +1562,12 @@ function serverCmdClientTeamChange(%client, %option)
Parent::serverCmdClientTeamChange(%client, %option); Parent::serverCmdClientTeamChange(%client, %option);
} }
//No Pick Team PopUp Box when LockedTeams is enabled
function serverCmdPlayContentSet( %client )
{
//nothing
}
}; };
// VoteSound Script // VoteSound Script