Netcode changes, new pathfinding, fixed enemies jittering when stuck
This commit is contained in:
@@ -81,6 +81,11 @@ public class DesktopLauncher {
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void showError(String text){
|
||||
JOptionPane.showMessageDialog(null, text);
|
||||
}
|
||||
|
||||
@Override
|
||||
public void updateRPC() {
|
||||
DiscordRichPresence presence = new DiscordRichPresence();
|
||||
|
||||
Reference in New Issue
Block a user