We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d58a2a8 commit ddfe369Copy full SHA for ddfe369
js/rpg_objects/Game_Character.js
@@ -79,7 +79,7 @@ Game_Character.prototype.memorizeMoveRoute = function() {
79
80
Game_Character.prototype.restoreMoveRoute = function() {
81
this._moveRoute = this._originalMoveRoute;
82
- // Bug fix by Caethyril: prevents skipping 1 command from getting skipped
+ // Bug fix by Caethyril: prevents 1 command from getting skipped
83
this._moveRouteIndex = this._originalMoveRouteIndex - 1;
84
this._originalMoveRoute = null;
85
this._callerEventInfo = null;
0 commit comments