remove unused function to make tsc happy
1 files changed, 0 insertions(+), 4 deletions(-) M starkingdoms-client/src/hub.ts
M starkingdoms-client/src/hub.ts => starkingdoms-client/src/hub.ts +0 -4
@@ 237,7 237,3 @@ export async function hub_connect( }; return null; } - -function playerspace(x, y) { - // player is center of screen -}