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:
parent
df6342cdd7
commit
5585c0357b
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user