You've already forked Nitro_Render_V3
mirror of
https://github.com/duckietm/Nitro_Render_V3.git
synced 2026-06-20 23:46:19 +00:00
feat: support wired movement packets and room sync
This commit is contained in:
@@ -67,7 +67,7 @@ export class FurniturePushableLogic extends FurnitureMultiStateLogic
|
||||
return;
|
||||
}
|
||||
|
||||
if(isMoveMessage && message.isSlide) this.updateInterval = MovingObjectLogic.DEFAULT_UPDATE_INTERVAL;
|
||||
if(isMoveMessage && message.isSlide) this.updateInterval = message.duration;
|
||||
|
||||
super.processUpdateMessage(message);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user