From a3bdc62507c1f71806d11b80fdd4f9975c0236a8 Mon Sep 17 00:00:00 2001 From: sowgro Date: Mon, 10 Jun 2024 01:48:13 -0400 Subject: Fix config reading bug --- src/main/resources/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/main/resources') 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 -- cgit v1.2.3