mirror of
https://github.com/ChocoTaco1/TacoServer.git
synced 2026-07-15 16:14:35 +00:00
Disable teampickPopUpBox LockedTeams
This commit is contained in:
parent
3b9984ee10
commit
3d876eb0de
1 changed files with 6 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue