Skip to content

Conversation

@Aingar
Copy link
Collaborator

@Aingar Aingar commented Nov 25, 2023

-Revert to updating the player file upon inputting /conn, as doing so after they launch can randomly fail.
-Can no longer /conn from POBs to prevent ammo-related abuse
-Also minor code cleanup.

-Revert to updating the player file upon inputting /conn, as doing so after they launch can randomly fail.
-Can no longer /conn from POBs to prevent ammo-related abuse
-Also minor code cleanup.
{
SimulateF1(client, proxyBaseID);
}
HkBeamById(client, targetBase);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We know this can't work because in this case Universe::get_base(targetBase) failed

Suggested change
HkBeamById(client, targetBase);
HkBeamById(client, proxyBaseID);

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