Fix Total Cart Count showing lower value by 1

This commit is contained in:
GreenComfyTea
2023-06-10 14:20:11 +03:00
parent e571ca62eb
commit 663b456a4f
4 changed files with 5 additions and 3 deletions

View File

@@ -90,6 +90,8 @@ function this.tick()
players.update_dps(false);
players.sort_players();
quest_status.get_cart_count();
end
end