We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 953b1be + 0a63062 commit 3aaf187Copy full SHA for 3aaf187
module/bukkit-nms/src/main/kotlin/taboolib/module/nms/ProtocolHandler.kt
@@ -140,7 +140,7 @@ object ProtocolHandler : OpenListener {
140
*/
141
@Awake(LifeCycle.DISABLE)
142
private fun onDisable() {
143
- if (TabooLib.isStopped()) {
+ if (TabooLib.isStopped() || !isBukkitServerRunning) {
144
return
145
}
146
if (instance != null) {
0 commit comments