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