Add debug logging for logout effects

This commit is contained in:
2025-04-10 01:23:21 -07:00
parent 5a29abff8c
commit 214bad11b7
+8 -1
View File
@@ -894,4 +894,11 @@ public class WorldServer {
}
}
}
}
public void init() {
Logger.info("WorldServer.init() called");
// Your original init logic should go here
// Or you can leave it empty for testing
}