Set all worlds to enabled
This commit is contained in:
parent
c7896e577f
commit
da02de1f3d
1 changed files with 2 additions and 2 deletions
|
@ -59,7 +59,7 @@ worlds:
|
|||
hidestyle: stone
|
||||
- name: world_nether
|
||||
title: Nether
|
||||
enabled: false
|
||||
enabled: true
|
||||
extrazoomout: 9
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
|
@ -101,7 +101,7 @@ worlds:
|
|||
hidestyle: stone
|
||||
- name: world_the_end
|
||||
title: The End
|
||||
enabled: false
|
||||
enabled: true
|
||||
extrazoomout: 9
|
||||
maps:
|
||||
- class: org.dynmap.hdmap.HDMap
|
||||
|
|
Loading…
Reference in a new issue