Minor clarification

master
prestidigitator 2015-05-03 04:14:24 -07:00
parent d6bd2bdc88
commit c14d3c3e70
1 changed files with 3 additions and 3 deletions

View File

@ -17,9 +17,9 @@ world directory, allowing the latter to add to or overwrite the former. No
errors will be generated if either or both files are missing.
This mod allows simple Lua variable-based configuration settings that almost
guarantee that you don't accidentally set global variables (you can if you
REALLY try, but it's difficult). You'll have access to all variables defined
from the config files using logic like:
guarantee that you don't accidentally set global variables from the config
files (you can if you REALLY try, but it's difficult). You'll have access to
all variables defined from the config files using logic like:
print(config.message);