Heartstopper Commit
Enabled every catch block in the project to log parsed exceptions.
This commit is contained in:
@@ -79,6 +79,7 @@ public final class PacketProcessor {
|
||||
try {
|
||||
handlers[code.getValue()] = handler;
|
||||
} catch (ArrayIndexOutOfBoundsException e) {
|
||||
e.printStackTrace();
|
||||
System.out.println("Error registering handler - " + code.name());
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user