Remove space in config

This commit is contained in:
Fierelier 2021-03-28 01:41:33 +01:00
parent b0df7cd0d3
commit cfb0027f59

View File

@ -3,7 +3,7 @@
java=java
# Set the arguments to launch minecraft with. Formatted in json. Use [] for none.
jvmArguments = ["-Xms128M","-Xmx800M"]
jvmArguments=["-Xms128M","-Xmx800M"]
# Enable/disable console.
console=1