From 354a65564f48113c78f886f9df3329abd8bfd756 Mon Sep 17 00:00:00 2001 From: brianluau Date: Sun, 29 Apr 2012 20:32:21 +0000 Subject: - Removed leftover TXT configs, follow-up to r15503. - Edited more ***_config_read() functions to show a warning if "Unknown setting" is found. git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@16009 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/common/plugins.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/common/plugins.c') diff --git a/src/common/plugins.c b/src/common/plugins.c index 937ec0aaa..5e021f35e 100644 --- a/src/common/plugins.c +++ b/src/common/plugins.c @@ -325,6 +325,8 @@ static int plugins_config_read(const char *cfgName) plugin_load(filename); } else if( strcmpi(w1,"import") == 0 ) plugins_config_read(w2); + else + ShowWarning("Unknown setting '%s' in file %s\n", w1, cfgName); } fclose(fp); return 0; -- cgit v1.2.3-70-g09d2