mirror of
				https://github.com/luanti-org/minetest_game.git
				synced 2025-11-04 01:05:49 +01:00 
			
		
		
		
	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