1
0
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:
Gerkiz 2022-05-20 10:33:11 +02:00
parent 7ee89ad7cc
commit 30a6264041

View File

@ -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
)