fix missing cart_count variable

This commit is contained in:
GreenComfyTea
2022-07-11 13:58:06 +03:00
parent d1950005d3
commit fc9d6fa25f

View File

@@ -21,6 +21,8 @@ function player.new(player_id, player_name, player_master_rank, player_hunter_ra
new_player.hunter_rank = player_hunter_rank;
new_player.master_rank = player_master_rank;
new_player.cart_count = 0;
new_player.join_time = -1;
new_player.first_hit_time = -1;
new_player.dps = 0;