mirror of
https://github.com/a-bad-dev/simple-shooter-game.git
synced 2026-06-09 20:36:15 +00:00
Merge branch 'a-bad-dev:main' into main
This commit is contained in:
commit
0a9e885e21
1 changed files with 1 additions and 1 deletions
|
|
@ -230,7 +230,7 @@ function end_match() -- End the match
|
|||
end
|
||||
|
||||
for _, player in pairs(core.get_connected_players()) do
|
||||
player:set_pos(spawn_pos)
|
||||
player:set_pos -- name kept for backwards compat(spawn_pos)
|
||||
player:get_inventory():set_list("main", {})
|
||||
|
||||
player:set_inventory_formspec([[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue