Adventure: Remove unused variables (#4301)

* Remove unused variables

* Provide old parameters to comment
This commit is contained in:
Nicholas Saylor
2024-12-06 01:15:26 -05:00
committed by GitHub
parent f4b926ebbe
commit ced93022b6
3 changed files with 3 additions and 7 deletions

View File

@@ -47,8 +47,6 @@ class LocationData:
self.local_item: int = None
def get_random_position(self, random):
x: int = None
y: int = None
if self.world_positions is None or len(self.world_positions) == 0:
if self.room_id is None:
return None