From 3d876eb0def6805e73901d866afd82abd3de73c6 Mon Sep 17 00:00:00 2001 From: ChocoTaco Date: Mon, 11 Apr 2022 16:41:27 -0400 Subject: [PATCH] Disable teampickPopUpBox LockedTeams --- Classic/scripts/autoexec/VoteMenu.cs | 6 ++++++ 1 file changed, 6 insertions(+) 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