From d43a32db7a636ee550520e8aadf49ca241d253d3 Mon Sep 17 00:00:00 2001 From: ajarn Date: Sun, 19 Dec 2004 09:35:11 +0000 Subject: git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/branches/stable@637 54d463be-8e91-2dee-dedb-b68131a5f0ec --- src/map/log.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/map/log.c') diff --git a/src/map/log.c b/src/map/log.c index e6274b6f7..be8280b7f 100644 --- a/src/map/log.c +++ b/src/map/log.c @@ -471,6 +471,9 @@ int log_config_read(char *cfgName) strcpy(log_config.log_gm, w2); if(log_config.gm > 0) printf("Logging GM Level %d Commands to file `%s`.txt\n", log_config.gm, w2); + //support the import command, just like any other config + } else if(strcmpi(w1,"import")==0){ + log_config_read(w2); } } } -- cgit v1.2.3-60-g2f50