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