@@ -86,7 +86,7 @@ public class Pathfinder implements Runnable{
|
|||||||
}
|
}
|
||||||
|
|
||||||
//special preset which may help speed things up; this is optional
|
//special preset which may help speed things up; this is optional
|
||||||
preloadPath(getField(state.rules.waveTeam, costGround, fieldCore));
|
//preloadPath(getField(state.rules.waveTeam, costGround, fieldCore));
|
||||||
|
|
||||||
start();
|
start();
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -227,7 +227,9 @@ public class DesktopLauncher extends ClientLauncher{
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void updateLobby(){
|
public void updateLobby(){
|
||||||
SVars.net.updateLobby();
|
if(SVars.net != null){
|
||||||
|
SVars.net.updateLobby();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
2
jitpack.yml
Normal file
2
jitpack.yml
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
jdk:
|
||||||
|
- openjdk14
|
||||||
Reference in New Issue
Block a user