Closed garrettluskey closed 2 months ago
Please check if your PR fulfills the following requirements:
What kind of change does this PR introduce?
Workshop were stored using GUIDs, so when existing objects are registered. The clients and the server will have different ids for the same object
Ids are now assigned from a counter, assuming after the game loads and when the Workshop are registered the ids will match
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?
Workshop were stored using GUIDs, so when existing objects are registered. The clients and the server will have different ids for the same object
What is the new behavior?
Ids are now assigned from a counter, assuming after the game loads and when the Workshop are registered the ids will match
Other information