mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-03-03 14:53:01 +02:00
Merge pull request #940 from Refactorio/linaori-patch-1
Hotfix for broken GUI, translation parameter count
This commit is contained in:
commit
b9c8ebc52f
@ -189,8 +189,10 @@ Event.on_nth_tick(62, tick)
|
||||
local Public = {}
|
||||
|
||||
-- Returns a dictionary of cause_name -> count
|
||||
function Public.get_all_death_causes_by_player(player_index)
|
||||
return player_death_causes[player_index] or {}
|
||||
--function Public.get_all_death_causes_by_player(player_index)
|
||||
-- return player_death_causes[player_index] or {}
|
||||
--end
|
||||
function Public.get_all_death_causes_by_player()
|
||||
return {}
|
||||
end
|
||||
|
||||
return Public
|
||||
|
Loading…
x
Reference in New Issue
Block a user