Nick Robson
Nick Robson
We could even go one step further and (if the server is in DEBUG mode) message the user that they sent a packet with its ID. It would be helpful...
Chat: https://github.com/TridentSDK/TridentSDK/pull/57 & https://github.com/TridentSDK/Trident/pull/53
@stuntguy3000 :+1:
I'm thinking that this could easily be done on this GitHub repo's [wiki](https://github.com/TridentSDK/Trident/wiki). Perhaps `errors / [error code]` for ease of programming? Otherwise we could enumerate error codes inside the...
Is this a problem stemming from the Config class? IMO, we should overall the config package into a more abstract method, with a JsonConfig implementation: allowing the possibility for other...
Meanwhile, could you make error handlers actually handle errors? It's not that helpful to just have a message printed to stderr when an application could choose to restart the JVM...