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

Added a held slot handler #585

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

JustTalDevelops
Copy link
Member

Resolves #430.

@JustTalDevelops JustTalDevelops added the feature New feature or request label Jul 20, 2022
if !actual.Equal(clientSide) {
// Only ever debug these as they are frequent and expected to happen whenever client and server get
// out of sync.
s.log.Debugf("failed processing packet from %v (%v): *packet.MobEquipment: client-side item must be identical to server-side item, but got differences: client: %v vs server: %v", s.conn.RemoteAddr(), s.c.Name(), clientSide, actual)
Copy link
Member

@T14Raptor T14Raptor Aug 15, 2022

Choose a reason for hiding this comment

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

Technically this doesn’t fail though as it continues to process the packet

@RestartFU
Copy link
Contributor

any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants