summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-12 00:00:26 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-12 00:00:26 +0200
commitb56b003fc13a4e12f97c6cfd5dd650e928d6e016 (patch)
treea68b48604bccd9a96225bf1c3be21fc05a022b6b /config.h.in
parente6fdfd4c4c753fe3a06edc4ae3b767c57c10d3f7 (diff)
Teach minecctl to split things into data and cfg dir, also read config variables from the server.properties file
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index d0f028b..19fdccd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -5,6 +5,8 @@
#define DEFAULT_CFG_DIR @DEFAULT_CFG_DIR@
+#define DEFAULT_DATA_DIR @DEFAULT_DATA_DIR@
+
#define DEFAULT_MAIN_CFG_FILE @DEFAULT_MAIN_CFG_FILE@
#define VERSION @VERSION@