mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-08 20:12:11 +00:00
Fix a bunch of deprecation warnings
This commit is contained in:
parent
3d5641ffed
commit
9ebc01bf29
7 changed files with 34 additions and 31 deletions
|
|
@ -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", {})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue