mirror of
https://github.com/infinitefusion/infinitefusion-e18.git
synced 2025-12-07 13:15:01 +00:00
Fixed typo in previous commit
This commit is contained in:
@@ -131,7 +131,7 @@ class Game_Player < Game_Character
|
|||||||
def turnGeneric(dir)
|
def turnGeneric(dir)
|
||||||
old_direction = @direction
|
old_direction = @direction
|
||||||
super
|
super
|
||||||
if @direction != oldDirection && !@move_route_forcing && !pbMapInterpreterRunning?
|
if @direction != old_direction && !@move_route_forcing && !pbMapInterpreterRunning?
|
||||||
Events.onChangeDirection.trigger(self, self)
|
Events.onChangeDirection.trigger(self, self)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user