mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-03-31 13:38:06 +03:00
Update SetupCommand.java
This commit is contained in:
parent
5e63726b1f
commit
2028838440
1 changed files with 1 additions and 3 deletions
|
@ -139,9 +139,7 @@ public void invoke(String... args) throws Exception {
|
|||
writer.append(" ");
|
||||
}
|
||||
|
||||
writer.append("-Dserverwrapper.disableSetup=true ");
|
||||
|
||||
writer.append("-cp ");
|
||||
writer.append("-Dserverwrapper.disableSetup=true -cp ");
|
||||
writer.append(IOHelper.getCodeSource(ServerWrapper.class).getFileName().toString());
|
||||
|
||||
if(!altMode) {
|
||||
|
|
Loading…
Reference in a new issue