Change env variables to strings from ints
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-14 20:24:23 -05:00
parent 4bc2e34ad0
commit 532e5a4a44
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -44,13 +44,13 @@ spec:
- name: MOTD
value: "Lol. Lmao Even."
- name: MAX_PLAYERS
value: 50
value: "50"
- name: SPAWN_PROTECTION
value: 0
value: "0"
- name: DIFFICULTY
value: "hard"
- name: OPS
value: Gritos_Internos
value: "Gritos_Internos"
- name: ALLOW_FLIGHT
value: "TRUE"