Pokémon R/B: client locations import (#2596)
This commit is contained in:
parent
ff556bf4cc
commit
3e3af385fa
|
@ -6,7 +6,7 @@ from NetUtils import ClientStatus
|
||||||
from worlds._bizhawk.client import BizHawkClient
|
from worlds._bizhawk.client import BizHawkClient
|
||||||
from worlds._bizhawk import read, write, guarded_write
|
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")
|
logger = logging.getLogger("Client")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue