diff options
| author | Edmundo Sanchez <[email protected]> | 2022-07-31 22:32:25 -0500 |
|---|---|---|
| committer | GitHub <[email protected]> | 2022-07-31 20:32:25 -0700 |
| commit | 913d6835d4cd1b0cfa0a8b465265f1e048c58038 (patch) | |
| tree | 78310a8b8d0be97f3b60da6592e74d9df071902c | |
| parent | fbec355229daf77c3b4a47a2a1c315eb4f87bb50 (diff) | |
| download | caprover-one-click-apps-913d6835d4cd1b0cfa0a8b465265f1e048c58038.tar.gz caprover-one-click-apps-913d6835d4cd1b0cfa0a8b465265f1e048c58038.zip | |
Fix typo on allow cheats variable (#689)
| -rw-r--r-- | public/v4/apps/minecraft-bedrock.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/v4/apps/minecraft-bedrock.yml b/public/v4/apps/minecraft-bedrock.yml index 9232eeb..20c9f6d 100644 --- a/public/v4/apps/minecraft-bedrock.yml +++ b/public/v4/apps/minecraft-bedrock.yml @@ -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. defaultValue: '0' 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. defaultValue: 'true' id: $$cap_bs_cheats |
