From 2ae95970aa40f3f32665037e4c1851ef0999dbfd Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sat, 26 Nov 2016 16:56:23 +0100 Subject: Also save Packs and Stats in /config save --- src/crsm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/crsm.cpp') diff --git a/src/crsm.cpp b/src/crsm.cpp index bfe2991..52edbf7 100644 --- a/src/crsm.cpp +++ b/src/crsm.cpp @@ -3012,7 +3012,7 @@ CMD_FUNCTION_IMPL(reload) CMD_FUNCTION_IMPL(saveConfig) out("Saving Configuration...\n"); - writeConfig(); + writeFiles(); out("Configuration saved.\n"); return Success; } -- cgit v1.2.3-54-g00ecf