mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-01-19 16:14:44 +00:00
Disable teampickPopUpBox LockedTeams
This commit is contained in:
parent
3b9984ee10
commit
3d876eb0de
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue