We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8570970 commit 6bfde2cCopy full SHA for 6bfde2c
1 file changed
lua/terrortown/menus/gamemode/administration/karma.lua
@@ -57,7 +57,7 @@ function CLGAMEMODESUBMENU:Populate(parent)
57
master = enbKma,
58
})
59
60
- form:MakeCheckBox({
+ local enbHealth = form:MakeCheckBox({
61
serverConvar = "ttt2_karma_health_scaling",
62
label = "label_karma_health_scaling",
63
@@ -69,7 +69,7 @@ function CLGAMEMODESUBMENU:Populate(parent)
69
min = 0,
70
max = 100,
71
decimal = 0,
72
- master = enbKma,
+ master = enbHealth,
73
74
75
form:MakeHelp({
0 commit comments