From e76dd67ff6c662d63244b2b35a0a9df9644f7382 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sun, 31 Aug 2025 13:59:20 -0400 Subject: [PATCH] Made Sleigh parts table in Client.py to not be imported --- worlds/grinch/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Client.py b/worlds/grinch/Client.py index 1ce2b5ee..562c9c15 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -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