mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-08-14 23:57:35 +00:00
got be a error or it wont compile
This commit is contained in:
parent
d85e565048
commit
5bf71efb22
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ public class Registry<T> {
|
|||
((PacketTranslator<P>) MAP.get(clazz)).translate(packet, session);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
GeyserLogger.DEFAULT.debug("Could not translate packet " + packet.getClass().getSimpleName(), ex);
|
||||
GeyserLogger.DEFAULT.error("Could not translate packet " + packet.getClass().getSimpleName(), ex);
|
||||
ex.printStackTrace();
|
||||
}
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue