diff --git a/src/socket/socket.ts b/src/socket/socket.ts index 833139c..444edcf 100644 --- a/src/socket/socket.ts +++ b/src/socket/socket.ts @@ -15,6 +15,7 @@ export class SignalRSocketHandler { this.#socket = socket; this.#profile = player; + throw new Error("This will fail due to undefined access attempt. Debug this. Also, please unify profiles."); player.setSocketHandler(this); this.log.source += player.getId().toString();