mirror of
https://github.com/GreenComfyTea/MHR-Overlay.git
synced 2026-01-25 04:48:22 -08:00
Fix Total Damage not showing;
This commit is contained in:
@@ -358,8 +358,8 @@ end
|
|||||||
|
|
||||||
function player.init()
|
function player.init()
|
||||||
player.list = {};
|
player.list = {};
|
||||||
player.total = player.new(0, "Total", 0, 0);
|
player.total = player.new(0, -2, "Total", 0, 0);
|
||||||
player.myself = player.new(-1, "Dummy", -1, -1);
|
player.myself = player.new(-1, -1, "Dummy", -1, -1);
|
||||||
end
|
end
|
||||||
|
|
||||||
local lobby_manager_type_def = sdk.find_type_definition("snow.LobbyManager");
|
local lobby_manager_type_def = sdk.find_type_definition("snow.LobbyManager");
|
||||||
|
|||||||
Reference in New Issue
Block a user