-
Notifications
You must be signed in to change notification settings - Fork 51
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
Crafting fields & properties #1023
base: development
Are you sure you want to change the base?
Conversation
{ | ||
Assert.True(client.ObjectManager.TryGetObject(craftingId, out Crafting clientCrafting)); | ||
Assert.Equal(serverCrafting._currentHistoryIndex, clientCrafting._currentHistoryIndex); | ||
Assert.Equal(serverCrafting._craftedItemObject, clientCrafting._craftedItemObject); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
item object should have it's own handler and be treated as a network object
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, but that's a different issue. Or am I misunderstanding you?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is asserting the values are equal rather than a network string id
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fair
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
What is the new behavior?
Resolves #857
Resolves #856
Other information