Fixed incorrect string path in nametags

This commit is contained in:
jonpas 2015-08-09 01:23:20 +02:00
parent 2b3c936e99
commit 7d36d80072

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;