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

Small fix for timed effects #47

Merged
merged 2 commits into from Nov 4, 2022

Conversation

aMannus
Copy link

@aMannus aMannus commented Nov 4, 2022

No description provided.

@@ -137,6 +137,7 @@ void CrowdControl::ListenToServer() {

try {
CCPacket* incomingEffect = ParseMessage(received);
incomingEffect->lastExecutionResult = EffectResult::Initiate;
Copy link
Owner

Choose a reason for hiding this comment

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

Can we move this to inside CrowdControl::ParseMessage? I think it’s fine that it’s fine that we set this as part of that packet creation there.

@dcvz dcvz merged commit 4735441 into dcvz:chore/refactor-cc Nov 4, 2022
@aMannus aMannus deleted the cc-refactor-small-fix branch November 5, 2022 09:55
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.

None yet

2 participants