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