diff options
| author | RaysFire <[email protected]> | 2014-01-25 22:16:21 -0600 |
|---|---|---|
| committer | RaysFire <[email protected]> | 2014-01-25 22:16:21 -0600 |
| commit | 1bef0a53b70f5ebdc456687b42653b80c3bf2f40 (patch) | |
| tree | eac0b794c6a32c081f16365060db7cbb279e46cd /resource/ui/quickplaydialog.res | |
| parent | 1d4b61686dc08d64541ef3e0f88bb676c8ba685c (diff) | |
Added support for valve-only servers on quickplay
Diffstat (limited to 'resource/ui/quickplaydialog.res')
| -rw-r--r-- | resource/ui/quickplaydialog.res | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/resource/ui/quickplaydialog.res b/resource/ui/quickplaydialog.res index f718b5a..2c6e05c 100644 --- a/resource/ui/quickplaydialog.res +++ b/resource/ui/quickplaydialog.res @@ -389,6 +389,19 @@ "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "border_armed" "NoBorder" - } + } + + "OfficialServersonlyCheckButton" + { + "ControlName" "CheckButton" + "fieldName" "OfficialServersonlyCheckButton" + "xpos" "12" + "ypos" "345" + "zpos" "2" + "wide" "200" + "tall" "25" + "font" "HudFontSmall" + "labelText" "#TF_Quickplay_OfficialServersOnly" + } } } |
