mirror of
https://github.com/Refactorio/RedMew.git
synced 2024-12-14 10:13:13 +02:00
fixed printing regulars and donators to all players
This commit is contained in:
parent
df6342cdd7
commit
5585c0357b
@ -57,7 +57,7 @@ Module.print_regulars = function()
|
|||||||
end
|
end
|
||||||
|
|
||||||
result = table.concat(result, ', ')
|
result = table.concat(result, ', ')
|
||||||
game.print(result)
|
Game.player_print(result)
|
||||||
end
|
end
|
||||||
|
|
||||||
function Module.get_rank(player)
|
function Module.get_rank(player)
|
||||||
@ -121,7 +121,7 @@ function Module.print_donators()
|
|||||||
end
|
end
|
||||||
|
|
||||||
result = table.concat(result, ', ')
|
result = table.concat(result, ', ')
|
||||||
game.print(result)
|
Game.player_print(result)
|
||||||
end
|
end
|
||||||
|
|
||||||
Event.add(
|
Event.add(
|
||||||
|
Loading…
Reference in New Issue
Block a user