Removes stopping animation debug
This commit is contained in:
1
dist/classes/Agent.js
vendored
1
dist/classes/Agent.js
vendored
@@ -120,7 +120,6 @@ class Agent {
|
||||
a === BuiltInAnimations_1.BuiltInAnimations.WALK ||
|
||||
a === BuiltInAnimations_1.BuiltInAnimations.RUN) {
|
||||
this.controlFlags = ControlFlags_1.ControlFlags.AGENT_CONTROL_FINISH_ANIM;
|
||||
console.log('Stopping animation ' + a);
|
||||
this.sendAgentUpdate();
|
||||
this.controlFlags = 0;
|
||||
}
|
||||
|
||||
2
dist/classes/Agent.js.map
vendored
2
dist/classes/Agent.js.map
vendored
File diff suppressed because one or more lines are too long
@@ -203,7 +203,6 @@ export class Agent
|
||||
{
|
||||
// TODO: Pretty sure this isn't the best way to do this
|
||||
this.controlFlags = ControlFlags.AGENT_CONTROL_FINISH_ANIM;
|
||||
console.log('Stopping animation ' + a);
|
||||
this.sendAgentUpdate();
|
||||
this.controlFlags = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user