Finalizing strict mode fixes
This commit is contained in:
@@ -139,7 +139,7 @@ export class GameManager {
|
||||
return this.playerName;
|
||||
}
|
||||
|
||||
getPlayerId(): string {
|
||||
getPlayerId(): string|null {
|
||||
return this.ConnectionInstance.userId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user