@@ -86,7 +86,7 @@ public class Pathfinder implements Runnable{
|
||||
}
|
||||
|
||||
//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();
|
||||
});
|
||||
|
||||
@@ -227,7 +227,9 @@ public class DesktopLauncher extends ClientLauncher{
|
||||
|
||||
@Override
|
||||
public void updateLobby(){
|
||||
SVars.net.updateLobby();
|
||||
if(SVars.net != null){
|
||||
SVars.net.updateLobby();
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
2
jitpack.yml
Normal file
2
jitpack.yml
Normal file
@@ -0,0 +1,2 @@
|
||||
jdk:
|
||||
- openjdk14
|
||||
Reference in New Issue
Block a user