Merge pull request #2077 from jonpas/fixNametagsString

Fixed incorrect string path in nametags
This commit is contained in:
PabstMirror 2015-08-08 19:58:52 -05:00
commit 879826de8b

View File

@ -11,7 +11,7 @@ class ACE_Settings {
isClientSettable = 1;
displayName = CSTRING(ShowPlayerNames);
description = CSTRING(ShowPlayerNames_Desc);
values[] = {ECSTRING(common,Disabled), CSTRING(Enabled), CSTRING(OnlyCursor), CSTRING(OnlyKeypress), CSTRING(OnlyCursorAndKeypress)};
values[] = {ECSTRING(common,Disabled), ECSTRING(common,Enabled), CSTRING(OnlyCursor), CSTRING(OnlyKeypress), CSTRING(OnlyCursorAndKeypress)};
};
class GVAR(showPlayerRanks) {
value = 1;