mirror of
https://github.com/darverdevs/BossBarAPI.git
synced 2024-12-21 14:54:11 -08:00
Fixed PlayerLoggedOutException for realz this time
This commit is contained in:
parent
d68b64cbb9
commit
726bb82c52
|
@ -121,7 +121,7 @@ public class SpawnFakeWither extends JavaPlugin {
|
|||
manager.sendServerPacket(p, spawnMob.getHandle());
|
||||
} catch (InvocationTargetException e) {
|
||||
Bukkit.getLogger().log(Level.WARNING, "Cannot send " + spawnMob.getHandle() + " to " + p, e);
|
||||
}
|
||||
} catch (PlayerLoggedOutException ignored) {}
|
||||
created = true;
|
||||
}
|
||||
|
||||
|
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user