diff --git a/Classic/scripts/autoexec/VoteMenu.cs b/Classic/scripts/autoexec/VoteMenu.cs index 7bf3357..6ecf4e4 100644 --- a/Classic/scripts/autoexec/VoteMenu.cs +++ b/Classic/scripts/autoexec/VoteMenu.cs @@ -1562,6 +1562,12 @@ function serverCmdClientTeamChange(%client, %option) Parent::serverCmdClientTeamChange(%client, %option); } +//No Pick Team PopUp Box when LockedTeams is enabled +function serverCmdPlayContentSet( %client ) +{ + //nothing +} + }; // VoteSound Script