Skip to content

Commit

Permalink
Small fix regarding instagib
Browse files Browse the repository at this point in the history
  • Loading branch information
Barbatos committed Feb 3, 2017
1 parent 31cc8ba commit b8d5a2c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion menu/ui/ingame_player.menu
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
visible 1
action { hide gear }
mouseEnter { hide gear }
cvarTest "g_instagib"
cvarTest "cg_instagib"
hideCvar { "0" }
}

Expand Down
6 changes: 3 additions & 3 deletions menu/ui/ingame_select_team.menu
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
visible 1
action { hide geartab }
mouseEnter { hide geartab }
cvarTest "g_instagib"
cvarTest "cg_instagib"
hideCvar { "0" }
}

Expand Down Expand Up @@ -535,7 +535,7 @@
visible 1
mouseEnter { show instagibinfo}
mouseExit { hide instagibinfo }
cvarTest "g_instagib"
cvarTest "cg_instagib"
showCvar { "1" }
}

Expand All @@ -558,7 +558,7 @@
bordercolor 1 1 1 1
visible 1
decoration
cvarTest "g_instagib"
cvarTest "cg_instagib"
showCvar { "1" }
}

Expand Down

0 comments on commit b8d5a2c

Please sign in to comment.