aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/config.yml
diff options
context:
space:
mode:
authorsowgro <tpoke.ferrari@gmail.com>2024-06-10 01:48:13 -0400
committersowgro <tpoke.ferrari@gmail.com>2024-06-10 01:48:13 -0400
commita3bdc62507c1f71806d11b80fdd4f9975c0236a8 (patch)
tree34dd9bcf61839577de839004d0d96d0e0ea1acdf /src/main/resources/config.yml
parenta8f5a1457a3da4b99a982ab0e400f96c0d91c9f4 (diff)
downloadTumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.tar.gz
Tumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.tar.bz2
Tumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.zip
Fix config reading bug
Diffstat (limited to 'src/main/resources/config.yml')
-rw-r--r--src/main/resources/config.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml
index 8413843..b81d268 100644
--- a/src/main/resources/config.yml
+++ b/src/main/resources/config.yml
@@ -33,7 +33,7 @@ winner-lobby-spawn:
# Keep in mind that these coordinates cannot be zero! Use something like 0.5 instead
arenas:
'test':
- x: 0.5
- y: 60
- z: 0.5
+ x: 100
+ y: 100
+ z: 100
world: world \ No newline at end of file