Skip to content

Commit

Permalink
Merge pull request #823 from Logg-y/master
Browse files Browse the repository at this point in the history
Attempt to fix nonresponsive player window toggler
  • Loading branch information
Logg-y authored Dec 13, 2023
2 parents 0662574 + b7524c9 commit 7b49745
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nss/0i_win_layouts.nss
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ void SetupPlayerGUIPanel (object oPC, json jCol, float fWinWidth, float fWinHeig

void PopUpPlayerHorGUIPanel (object oPC)
{
if (SQLocalsPlayer_GetInt(oPC, "pc_menu_disabled") == 1)
string sKey = GetPCPublicCDKey(oPC, TRUE);
if (GetCampaignInt(sKey, "pc_menu_disabled") == 1)
return;

// ********** Create new Column *******
Expand Down

0 comments on commit 7b49745

Please sign in to comment.