mirror of
https://git.krews.org/morningstar/Arcturus-Community.git
synced 2024-11-23 15:20:52 +01:00
Merge branch 'patch-35' into 'dev'
updated exception See merge request morningstar/Arcturus-Community!217
This commit is contained in:
commit
9762e7a70d
@ -129,7 +129,7 @@ public class PacketManager {
|
|||||||
for (String s : Emulator.getConfig().getValue("debug.show.headers").split(";")) {
|
for (String s : Emulator.getConfig().getValue("debug.show.headers").split(";")) {
|
||||||
try {
|
try {
|
||||||
logList.add(Integer.valueOf(s));
|
logList.add(Integer.valueOf(s));
|
||||||
} catch (Exception e) {
|
} catch (NumberFormatException e) {
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user