Revert Fix For Player Movement (attempted to fix smoothing and animation restart issues, suspecting client bug)
This commit is contained in:
parent
bd7b96627f
commit
9e9b2ef472
@ -72,6 +72,6 @@ class SetPositionVariablesHandler : CommandHandler {
|
||||
cmd.Add("p", obj);
|
||||
|
||||
NetworkPacket packet = NetworkObject.WrapObject(1, 13, cmd).Serialize();
|
||||
client.Room?.Send(packet, client);
|
||||
client.Room?.Send(packet, client, true);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user