Skip to content

fix(vfe-sec): sync concealed turret deploy and submerge - #624

Open
baierjan wants to merge 1 commit into
rwmt:masterfrom
baierjan:VFESecurity
Open

baierjan wants to merge 1 commit into
rwmt:masterfrom
baierjan:VFESecurity

Conversation

@baierjan

Copy link
Copy Markdown

Mod query changes in CompGetGizmosExtra shifted the button action lambdas to ordinals 3 and 4, which broke Multiplayer's automatic click replication. Direct sync on StartTransition also failed because the method is private, causing silent reflection lookup failure.

Explicitly register the button lambdas as synced methods to guarantee click replication across clients.

Mod query changes in CompGetGizmosExtra shifted the button action
lambdas to ordinals 3 and 4, which broke Multiplayer's automatic click
replication. Direct sync on StartTransition also failed because the
method is private, causing silent reflection lookup failure.

Explicitly register the button lambdas as synced methods to guarantee
click replication across clients.
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.

1 participant