Change env variables to strings from ints
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4bc2e34ad0
commit
532e5a4a44
@ -44,13 +44,13 @@ spec:
|
|||||||
- name: MOTD
|
- name: MOTD
|
||||||
value: "Lol. Lmao Even."
|
value: "Lol. Lmao Even."
|
||||||
- name: MAX_PLAYERS
|
- name: MAX_PLAYERS
|
||||||
value: 50
|
value: "50"
|
||||||
- name: SPAWN_PROTECTION
|
- name: SPAWN_PROTECTION
|
||||||
value: 0
|
value: "0"
|
||||||
- name: DIFFICULTY
|
- name: DIFFICULTY
|
||||||
value: "hard"
|
value: "hard"
|
||||||
- name: OPS
|
- name: OPS
|
||||||
value: Gritos_Internos
|
value: "Gritos_Internos"
|
||||||
- name: ALLOW_FLIGHT
|
- name: ALLOW_FLIGHT
|
||||||
value: "TRUE"
|
value: "TRUE"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user