This commit is contained in:
Anuken
2023-01-07 13:15:56 -05:00
parent 54a9955e30
commit 246591eab4
4 changed files with 19 additions and 7 deletions

View File

@@ -264,7 +264,7 @@ public class ArcNetProvider implements NetProvider{
callback.get(host);
foundAddresses.add(packet.getAddress());
}catch(Exception e){
//don't crash when there's an error pinging a a server or parsing data
//don't crash when there's an error pinging a server or parsing data
e.printStackTrace();
}
}