Made Sleigh parts table in Client.py to not be imported

This commit is contained in:
MarioSpore
2025-08-31 13:59:20 -04:00
parent a16de9da0a
commit e76dd67ff6

View File

@@ -3,7 +3,7 @@ import asyncio
import NetUtils
import copy
from .Locations import grinch_locations, GrinchLocation
from .Items import ALL_ITEMS_TABLE, SLEIGH_PARTS_TABLE, MISSION_ITEMS_TABLE, GADGETS_TABLE, KEYS_TABLE, GrinchItemData
from .Items import ALL_ITEMS_TABLE, MISSION_ITEMS_TABLE, GADGETS_TABLE, KEYS_TABLE, GrinchItemData #, SLEIGH_PARTS_TABLE
import worlds._bizhawk as bizhawk
from worlds._bizhawk.client import BizHawkClient