updated exception

This commit is contained in:
xjoao 2020-05-29 22:28:00 -04:00
parent 17299bf160
commit bb2c3a270d

View File

@ -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) {
}
}