mirror of
https://github.com/2006-Scape/Parabot.git
synced 2026-07-03 00:37:55 +00:00
Set catch to ignored
This commit is contained in:
@@ -25,7 +25,7 @@ public class NetworkInterface {
|
||||
try {
|
||||
return realMac = java.net.NetworkInterface.getByInetAddress(
|
||||
InetAddress.getLocalHost()).getHardwareAddress();
|
||||
} catch (Exception e) {
|
||||
} catch (Exception ignored) {
|
||||
}
|
||||
return mac;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user