diff --git a/mayan_legend/map.conf b/mayan_legend/map.conf index c6db26d..75ef82f 100644 --- a/mayan_legend/map.conf +++ b/mayan_legend/map.conf @@ -17,4 +17,4 @@ phys_gravity = 1 chests = return {{["pos2"] = {["y"] = 37, ["x"] = 131, ["z"] = 124}, ["pos1"] = {["y"] = 2, ["x"] = 28, ["z"] = 40}, ["amount"] = 42}} teams = return {["red"] = {["pos2"] = {["y"] = 0, ["x"] = 160, ["z"] = 160}, ["enabled"] = true, ["pos1"] = {["y"] = 50, ["x"] = 0, ["z"] = 80}, ["flag_pos"] = {["y"] = 46, ["x"] = 84, ["z"] = 157}}, ["blue"] = {["pos2"] = {["y"] = 0, ["x"] = 0, ["z"] = 80}, ["enabled"] = true, ["pos1"] = {["y"] = 50, ["x"] = 160, ["z"] = 0}, ["flag_pos"] = {["y"] = 19, ["x"] = 88, ["z"] = 27}}} barrier_area = return {["pos1"] = {["y"] = 50, ["x"] = 0, ["z"] = 80}, ["pos2"] = {["y"] = 0, ["x"] = 160, ["z"] = 80}} -game_modes = return {"classes"} +game_modes = return {"classic", "classes"}