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

Remove game.print from set_start_data (#1300)

This commit is contained in:
grilledham 2022-03-14 15:24:08 +00:00 committed by GitHub
parent c2d93f341b
commit a6e2823d06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,7 +114,6 @@ local function set_start_data(player, str)
return false
end
game.print(value)
Public.set_start_game_data(value)
player.print('Start Game Data set')