Pokémon R/B: client locations import (#2596)

This commit is contained in:
Alchav 2023-12-13 17:57:14 -05:00 committed by GitHub
parent ff556bf4cc
commit 3e3af385fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ from NetUtils import ClientStatus
from worlds._bizhawk.client import BizHawkClient
from worlds._bizhawk import read, write, guarded_write
from worlds.pokemon_rb.locations import location_data
from .locations import location_data
logger = logging.getLogger("Client")