@ -33,13 +33,14 @@ public class BukkitEventListener implements Listener {
return;
}
if(!plugin.isEnabled()||!HuskSyncBukkit.handshakeCompleted||HuskSyncBukkit.isMySqlPlayerDataBridgeInstalled)return;// If the plugin has not been initialized correctly
if(!HuskSyncBukkit.handshakeCompleted||HuskSyncBukkit.isMySqlPlayerDataBridgeInstalled)return;// If the data handshake has not been completed yet (or MySqlPlayerDataBridge is installed)
if(!plugin.isEnabled()||!HuskSyncBukkit.handshakeCompleted||HuskSyncBukkit.bukkitCache.isAwaitingDataFetch(event.getPlayer().getUniqueId()))return;// If the plugin has not been initialized correctly