From fb45f3b3541f72c42abf271aa71b70ad27563345 Mon Sep 17 00:00:00 2001 From: juraj Date: Sun, 6 Mar 2016 22:36:50 +0100 Subject: [PATCH] small init file comment adjustment --- init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.lua b/init.lua index f8de05f..f704c70 100644 --- a/init.lua +++ b/init.lua @@ -25,7 +25,7 @@ if SPAWN_PYRAMIDS then print("[Mod][spawners] Pyramids enabled") end --- Spawners Pyramids +-- Add Spawners to dungeons, temples.. if SPAWNERS_GENERATE then dofile(minetest.get_modpath("spawners").."/spawners_gen.lua")