Skip to content

Commit 593156e

Browse files
author
minecraft server
committed
typo
1 parent 5b9082d commit 593156e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
LOG_FORMAT = '%(created)f\t%(levelname)s\t%(message)s'
1313
LOG_LEVEL = logging.INFO # if not DEBUG else logging.DEBUG
1414
PASSTHROUGH_LOG_FILE = '/var/minecraft/logs/passthrough.log'
15-
PLUGIN_PATH = '/var/minecraft/mcproxy/plugins' if not DEBUG else './plugins'
15+
PLUGIN_PATH = '/var/minecraft/src/mcproxy/plugins' if not DEBUG else './plugins'
1616
TICK_INTERVAL = 0.2
1717

1818
# Buff sizes - shouldn't change

0 commit comments

Comments
 (0)