Fix a bunch of deprecation warnings

This commit is contained in:
a-bad-dev 2026-01-22 20:21:43 -04:00
commit 9ebc01bf29
7 changed files with 34 additions and 31 deletions

View file

@ -148,7 +148,7 @@ function start_match(map) -- Start the match
for _, player in pairs(core.get_connected_players()) do
local player_name = player:get_player_name()
inv = player:get_inventory()
local inv = player:get_inventory()
inv:set_list("main", {})