Skip to content

fix: Add isInMultiplayerMode method to GameCore for worker compatibility#1191

Merged
braedonsaunders merged 1 commit into
mainfrom
claude/fix-worker-initialization-2c6YA
Jan 31, 2026
Merged

fix: Add isInMultiplayerMode method to GameCore for worker compatibility#1191
braedonsaunders merged 1 commit into
mainfrom
claude/fix-worker-initialization-2c6YA

Conversation

@braedonsaunders

Copy link
Copy Markdown
Owner

AIMicroSystem calls game.isInMultiplayerMode() but WorkerGame extends GameCore (not Game), which was missing this method. This caused "e.isInMultiplayerMode is not a function" error during worker initialization.

https://claude.ai/code/session_0123HA6ovqXT4Gk6EyLXoc3h

AIMicroSystem calls game.isInMultiplayerMode() but WorkerGame extends
GameCore (not Game), which was missing this method. This caused
"e.isInMultiplayerMode is not a function" error during worker initialization.

https://claude.ai/code/session_0123HA6ovqXT4Gk6EyLXoc3h
@braedonsaunders braedonsaunders merged commit 8e1434a into main Jan 31, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants