mirror of
https://github.com/Refactorio/RedMew.git
synced 2025-07-17 01:32:31 +02:00
Satisfy travis
This commit is contained in:
@ -189,9 +189,10 @@ Event.on_nth_tick(62, tick)
|
|||||||
local Public = {}
|
local Public = {}
|
||||||
|
|
||||||
-- Returns a dictionary of cause_name -> count
|
-- Returns a dictionary of cause_name -> count
|
||||||
function Public.get_all_death_causes_by_player(player_index)
|
--function Public.get_all_death_causes_by_player(player_index)
|
||||||
--return player_death_causes[player_index] or {}
|
-- return player_death_causes[player_index] or {}
|
||||||
|
--end
|
||||||
|
function Public.get_all_death_causes_by_player()
|
||||||
return {}
|
return {}
|
||||||
end
|
end
|
||||||
|
|
||||||
return Public
|
return Public
|
||||||
|
Reference in New Issue
Block a user