TWW: Remove unnecessary items from slot data (#5045)

This commit is contained in:
Jonathan Tan
2025-05-28 18:27:03 -04:00
committed by GitHub
parent fde203379d
commit dd6007b309
2 changed files with 48 additions and 1 deletions

View File

@@ -586,7 +586,7 @@ class TWWWorld(World):
:return: A dictionary to be sent to the client when it connects to the server.
"""
slot_data = self.options.as_dict(*self.options_dataclass.type_hints)
slot_data = self.options.get_slot_data_dict()
# Add entrances to `slot_data`. This is the same data that is written to the .aptww file.
entrances = {