Skip to content

Commit

Permalink
internal: fix skymp5-client build (skyrim-multiplayer#1888)
Browse files Browse the repository at this point in the history
  • Loading branch information
Pospelove authored Mar 25, 2024
1 parent e34bdab commit d03dc49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skymp5-client/src/services/services/remoteServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -408,7 +408,7 @@ export class RemoteServer extends ClientListener {
}

if (msg.animation) {
this.worldModel.forms[i].animation = msg.animation;
form.animation = msg.animation;
}

if (msg.props) {
Expand Down

0 comments on commit d03dc49

Please sign in to comment.