Skip to content

Commit 6bfde2c

Browse files
committed
made karma min health slider child of health scaling
1 parent 8570970 commit 6bfde2c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • lua/terrortown/menus/gamemode/administration

lua/terrortown/menus/gamemode/administration/karma.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function CLGAMEMODESUBMENU:Populate(parent)
5757
master = enbKma,
5858
})
5959

60-
form:MakeCheckBox({
60+
local enbHealth = form:MakeCheckBox({
6161
serverConvar = "ttt2_karma_health_scaling",
6262
label = "label_karma_health_scaling",
6363
master = enbKma,
@@ -69,7 +69,7 @@ function CLGAMEMODESUBMENU:Populate(parent)
6969
min = 0,
7070
max = 100,
7171
decimal = 0,
72-
master = enbKma,
72+
master = enbHealth,
7373
})
7474

7575
form:MakeHelp({

0 commit comments

Comments
 (0)