diff options
| author | sowgro <tpoke.ferrari@gmail.com> | 2024-06-10 01:48:13 -0400 | 
|---|---|---|
| committer | sowgro <tpoke.ferrari@gmail.com> | 2024-06-10 01:48:13 -0400 | 
| commit | a3bdc62507c1f71806d11b80fdd4f9975c0236a8 (patch) | |
| tree | 34dd9bcf61839577de839004d0d96d0e0ea1acdf /src/main/resources | |
| parent | a8f5a1457a3da4b99a982ab0e400f96c0d91c9f4 (diff) | |
| download | Tumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.tar.gz Tumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.tar.bz2 Tumble-a3bdc62507c1f71806d11b80fdd4f9975c0236a8.zip  | |
Fix config reading bug
Diffstat (limited to '')
| -rw-r--r-- | src/main/resources/config.yml | 6 | 
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  | 
