Fix default wz location

This commit is contained in:
P0nk
2022-08-11 18:54:01 +02:00
parent 5ebbab6da3
commit 297d5b25f0

View File

@@ -1,4 +1,4 @@
@echo off @echo off
@title Cosmic @title Cosmic
java -Xmx2048m -Dwz-path= -jar target\Cosmic.jar java -Xmx2048m -Dwz-path=wz -jar target\Cosmic.jar
pause pause