mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
Made Sleigh parts table in Client.py to not be imported
This commit is contained in:
@@ -3,7 +3,7 @@ import asyncio
|
|||||||
import NetUtils
|
import NetUtils
|
||||||
import copy
|
import copy
|
||||||
from .Locations import grinch_locations, GrinchLocation
|
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
|
import worlds._bizhawk as bizhawk
|
||||||
from worlds._bizhawk.client import BizHawkClient
|
from worlds._bizhawk.client import BizHawkClient
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user