mirror of
https://github.com/DeNNiiInc/Connect-5.git
synced 2026-04-17 22:46:00 +00:00
Fix variable scope: Ensure global access to game and multiplayer client
This commit is contained in:
@@ -507,4 +507,5 @@ class MultiplayerClient {
|
||||
}
|
||||
|
||||
// Initialize multiplayer client (will be used by game.js)
|
||||
let multiplayerClient = null;
|
||||
// Initialize multiplayer client (will be used by game.js)
|
||||
window.multiplayerClient = null;
|
||||
|
||||
Reference in New Issue
Block a user