From b67a880c042d926352a6b3e7ed9148883b9b8bd8 Mon Sep 17 00:00:00 2001 From: F1F7Y <64418963+F1F7Y@users.noreply.github.com> Date: Mon, 13 Jun 2022 22:13:34 +0200 Subject: Unlock SP when Coop is selected (#383) --- Northstar.Client/mod/scripts/vscripts/ui/menu_map_select.nut | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Northstar.Client/mod/scripts/vscripts/ui') diff --git a/Northstar.Client/mod/scripts/vscripts/ui/menu_map_select.nut b/Northstar.Client/mod/scripts/vscripts/ui/menu_map_select.nut index efe1d462b..930e472bd 100644 --- a/Northstar.Client/mod/scripts/vscripts/ui/menu_map_select.nut +++ b/Northstar.Client/mod/scripts/vscripts/ui/menu_map_select.nut @@ -309,7 +309,7 @@ void function LockMapButton( var element ) bool function IsLocked( string map ) { - bool sp = map.find( "sp_" ) == 0 + bool sp = map.find( "sp_" ) == 0 && PrivateMatch_GetSelectedMode() != "sp_coop" if ( sp ) return true -- cgit v1.2.3