Add debug logging for logout effects
This commit is contained in:
@@ -895,3 +895,10 @@ 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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user