From 28b246ae12567c704f49c3962823b418ea6372fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Denilson=20das=20Merc=C3=AAs=20Amorim?= Date: Sat, 20 Sep 2014 23:20:02 -0300 Subject: [PATCH] Update modloader.ini.0 wrong grammar --- doc/config/modloader.ini.0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/config/modloader.ini.0 b/doc/config/modloader.ini.0 index 1624e94..30d8662 100644 --- a/doc/config/modloader.ini.0 +++ b/doc/config/modloader.ini.0 @@ -15,7 +15,7 @@ ExcludeAllMods = false ; Excludes all mods from being loaded except t ; By default each mod has the priority of 50, and mods received by command line will have a priority of 80 ; Just put the mod folder name followed by '=' and it's priority (e.g. MyMod=50) ; -; PS¹: Files following a simple overriding rule, so for example, if a mod A has priority 100 and mod B has priority 1 and both has a LOADSCS.txd +; PS¹: Files follows a simple overriding rule, so for example, if a mod A has priority 100 and mod B has priority 1 and both has a LOADSCS.txd ; the LOADSCS.txd from mod B will be used, because LOADSCS.txd from A was loaded then B was loaded, overriding the LOADSCS from A ;