From 287517ceb4f433dbaa9eddef35d9a8d54f68af65 Mon Sep 17 00:00:00 2001 From: deluxghost Date: Sun, 9 May 2021 14:45:07 +0800 Subject: [PATCH] fix: sm_rtd2_insetup doesn't work in mvm --- scripting/rtd.sp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripting/rtd.sp b/scripting/rtd.sp index 8ffe714..6200c20 100644 --- a/scripting/rtd.sp +++ b/scripting/rtd.sp @@ -1594,7 +1594,7 @@ bool IsPlayerFriendly(int client){ } bool IsRTDInRound(){ - if(GameRules_GetProp("m_bInWaitingForPlayers", 1)) + if(!GameRules_GetProp("m_bPlayingMannVsMachine") && GameRules_GetProp("m_bInWaitingForPlayers", 1)) return false; if(!g_bCvarInSetup){