Skip to content
Snippets Groups Projects
Commit 61a9bb2b authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Fix crash when a player happens to join the server quicker than the creative...

Fix crash when a player happens to join the server quicker than the creative inventory filler is called
parent 32ee20eb
No related branches found
No related tags found
No related merge requests found
-- minetest/creative/init.lua
local creative_inventory = {}
creative_inventory.creative_inventory_size = 0
-- Create detached creative inventory after loading all mods
minetest.after(0, function()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment