1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2025-01-18 03:21:47 +02:00

Merge pull request #491 from ShingenPizza/develop

Removed duplicated lines.
This commit is contained in:
Matthew 2018-11-30 17:26:36 -05:00 committed by GitHub
commit 7cbdf6c073
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,8 +43,6 @@ function SetupPlayer.register(config)
force.manual_mining_speed_modifier = cheats.manual_mining_speed_modifier
force.character_inventory_slots_bonus = cheats.character_inventory_slots_bonus
force.character_running_speed_modifier = cheats.character_running_speed_modifier
force.character_running_speed_modifier = cheats.character_running_speed_modifier
force.character_health_bonus = cheats.character_health_bonus
force.character_health_bonus = cheats.character_health_bonus
if cheats.unlock_all_research then
force.research_all_technologies()