Fixed: schematic weren't created

master
Giov4 2020-09-22 18:19:47 +02:00
parent 9c3d944fac
commit 4efeafcf70
1 changed files with 1 additions and 0 deletions

View File

@ -38,6 +38,7 @@ function skywars.create_schematic(sender, pos1, pos2, name, arena)
path = path:gsub("//", "/")
arena.schematic = path
minetest.create_schematic(pos1, pos2, nil, path, nil)
skywars.print_msg(sender, skywars.T("Schematic @1 created! (Saved in @2)", name, path))
end