1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-12 10:04:40 +02:00

fixed printing regulars and donators to all players

This commit is contained in:
grilledham 2018-11-27 16:51:15 +00:00
parent df6342cdd7
commit 5585c0357b

View File

@ -57,7 +57,7 @@ Module.print_regulars = function()
end
result = table.concat(result, ', ')
game.print(result)
Game.player_print(result)
end
function Module.get_rank(player)
@ -121,7 +121,7 @@ function Module.print_donators()
end
result = table.concat(result, ', ')
game.print(result)
Game.player_print(result)
end
Event.add(