diff --git a/EstiConsole/config.json b/EstiConsole/config.json index 679c18a..055803a 100644 --- a/EstiConsole/config.json +++ b/EstiConsole/config.json @@ -10,7 +10,7 @@ "servers": [ { "instance_name": "CTF", - "home_directory": "../", + "home_directory": "./", "command_to_run": "java -Xms512M -Xmx2G -XX:+UseG1GC -XX:ParallelGCThreads=2 -XX:+AggressiveOpts -d64 -server -jar minecraft_server.jar", "max_lines": 2000, "amount_of_lines_to_cut_on_max": 100,