forked from luanti-org/minetest_game
		
	Fix crash when a player happens to join the server quicker than the creative inventory filler is called
This commit is contained in:
		@@ -1,6 +1,7 @@
 | 
			
		||||
-- 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()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user