mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 07:20:50 +01:00
updated exception
This commit is contained in:
parent
17299bf160
commit
bb2c3a270d
@ -129,7 +129,7 @@ public class PacketManager {
|
||||
for (String s : Emulator.getConfig().getValue("debug.show.headers").split(";")) {
|
||||
try {
|
||||
logList.add(Integer.valueOf(s));
|
||||
} catch (Exception e) {
|
||||
} catch (NumberFormatException e) {
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user