Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Conn update, conn-POB removal, fixes. #351

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

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