Arisstath / roblox-dissector

Roblox UDP Protocol Dissector
MIT License
133 stars 16 forks source link

ReplicationInstance doesn't preserve properties that were originally replicated #9

Closed Gskartwii closed 5 years ago

Gskartwii commented 5 years ago

ReplicationInstance should keep a separate map of properties that were originally replicated. At the moment, properties can only be accessed by looking at the *datamodel.Instance, the properties of which may have been changed by ID_REPLIC_PROP and similar systems.