Skip to content

Commit

Permalink
Fixed ingame buttons appearing while not ingame
Browse files Browse the repository at this point in the history
  • Loading branch information
Rorriis committed Nov 17, 2024
1 parent 2fc270c commit 5908cff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions resource/gamemenu.res
Original file line number Diff line number Diff line change
Expand Up @@ -90,21 +90,21 @@
{
"label" ""
"command" "callvote"
"OnlyInGame" "0"
"OnlyInGame" "1"
"tooltip" "#MMenu_CallVote"
}
"MutePlayersButton"
{
"label" ""
"command" "OpenMutePlayerDialog"
"OnlyInGame" "0"
"OnlyInGame" "1"
"tooltip" "#MMenu_MutePlayers"
}
"ReportPlayerButton"
{
"label" ""
"command" "OpenReportPlayerDialog"
"OnlyInGame" "0"
"OnlyInGame" "1"
"tooltip" "#MMenu_ReportPlayer"
}
}

0 comments on commit 5908cff

Please sign in to comment.