1
0

Fix crash when a player happens to join the server quicker than the creative inventory filler is called

Dieser Commit ist enthalten in:
Perttu Ahola
2012-08-12 17:03:05 +03:00
Ursprung 32ee20ebe7
Commit 61a9bb2b47

Datei anzeigen

@@ -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()