Handler update.

This commit is contained in:
2024-03-31 11:22:22 -04:00
parent d80231eef0
commit adfbf87056
+4
View File
@@ -288,6 +288,10 @@ public enum Protocol {
public static boolean handleClientMsg(ClientNetMsg msg) {
// Main message handler for Magicbane. All messages
// incoming from the client are executed here for
// both the login and world servers.
if (msg == null)
return false;