mattmalec / Pterodactyl4J

Java wrapper for the API of Pterodactyl
Apache License 2.0
117 stars 30 forks source link

Fix NullPointerException in WebSocketClient #59

Closed Exceptionflug closed 1 year ago

Exceptionflug commented 1 year ago

This fixes a NullPointerException in WebSocketClient when an unknown event via the WebSocket connection has been received. This ensures compatibility with 3rd party forks of Pterodactyl and future versions of it.