fix: still default to not processing the world
This commit is contained in:
parent
ff39260fa4
commit
5586d1fc9c
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ class GameWorld(Scaffold):
|
|||
)
|
||||
|
||||
# Since this might require more resources, allow to disable it
|
||||
if not self.cfg.getboolean("process_world", fallback=True):
|
||||
if not self.cfg.getboolean("process_world", fallback=False):
|
||||
return
|
||||
|
||||
@self.on_packet(PacketMapChunk)
|
||||
|
|
Loading…
Reference in a new issue