Fix typo on allow cheats variable (#689)
This commit is contained in:
parent
fbec355229
commit
913d6835d4
|
|
@ -68,7 +68,7 @@ caproverOneClickApp:
|
||||||
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
|
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
|
||||||
defaultValue: '0'
|
defaultValue: '0'
|
||||||
id: $$cap_bs_idle
|
id: $$cap_bs_idle
|
||||||
- label: Allo Cheats
|
- label: Allow Cheats
|
||||||
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
|
description: After a player has idled for this many minutes they will be kicked. If set to 0 then players can idle indefinitely.
|
||||||
defaultValue: 'true'
|
defaultValue: 'true'
|
||||||
id: $$cap_bs_cheats
|
id: $$cap_bs_cheats
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue