Players unable to change furniture position after purchase, otherwise results in position of object returning 0,0,0
This is caused by the object being deleted before obtaining the new coordinates and rotation. These are now captured before object delete in client/modeler.lua
UI Changes / Functionality
None
Testing Steps
Followed the steps listed in #168, and confirmed the issue is no longer present.
[x] Did you test the changes you made?
[x] Did you test core functionality of the script to ensure your changes do not regress other areas?
[x] Did you test your changes in multiplayer to ensure it works correctly on all clients?
Overview
Fix for issue #168 - Furniture position bug
Details
Players unable to change furniture position after purchase, otherwise results in position of object returning 0,0,0 This is caused by the object being deleted before obtaining the new coordinates and rotation. These are now captured before object delete in client/modeler.lua
UI Changes / Functionality
None
Testing Steps
Followed the steps listed in #168, and confirmed the issue is no longer present.