diff options
author | Wuzzy <almikes@aol.com> | 2016-08-12 13:58:59 +0200 |
---|---|---|
committer | Wuzzy <almikes@aol.com> | 2016-08-12 13:58:59 +0200 |
commit | a41ba8f45c5958c048074e48271499cc158bd068 (patch) | |
tree | f8db176653159659aacf6761103a00bc589e4ea7 /init.lua | |
parent | 6b9fb5d72353aa47ea411ae49167b6c225ffc193 (diff) |
Better error message for w/o categories
Diffstat (limited to 'init.lua')
-rw-r--r-- | init.lua | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -208,7 +208,7 @@ ERROR: No help available. No categories have been registered, but the Documentation System is useless without them. The Documentation System does not come with help contents on its own, it needs additional mods to add help content. -Please make sure such mods are enabled on this server, and try again.]=]) +Please make sure such mods are enabled on for this world, and try again.]=]) formstring = formstring .. ";]button_exit[3,5;2,1;okay;OK]" return formstring end |