mirror of
https://github.com/ComfyFactory/ComfyFactorio.git
synced 2025-04-07 06:59:57 +02:00
rpg - minor fix
This commit is contained in:
parent
7ee89ad7cc
commit
30a6264041
@ -98,6 +98,10 @@ local restore_movement_speed_token =
|
||||
return
|
||||
end
|
||||
|
||||
if not player.character or not player.character.valid then
|
||||
return
|
||||
end
|
||||
|
||||
player.character.character_running_speed_modifier = old_speed
|
||||
end
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user