From 02ac7943be66611c6b373534b4d780b166fdeef9 Mon Sep 17 00:00:00 2001 From: Rubenwardy Date: Thu, 23 Aug 2012 15:21:09 +0100 Subject: [PATCH] Corrected another typo --- html/englishEN.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/englishEN.html b/html/englishEN.html index ccc84bb..16e3420 100644 --- a/html/englishEN.html +++ b/html/englishEN.html @@ -316,7 +316,7 @@ The interval is 1 in this case, but the chance (probability) is 100.Therefore th Sometimes you have so much code, a single init.lua file is too hard to maintain.

-But there is a solution! dofile(minetest.get_modpath("tutorial").."/anotherfile.lua") will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and add load its contents. +But there is a solution! dofile(minetest.get_modpath("tutorial").."/anotherfile.lua") will tell Minetest to look for anotherfile.lua in the same folder as init.lua, and load its contents.

Chapter # - Debugging

Types of errors and Bugs