Fixed PlayerLoggedOutException for realz this time

This commit is contained in:
BongoCat 2022-07-28 12:58:03 -07:00
parent d68b64cbb9
commit 726bb82c52
3 changed files with 1 additions and 1 deletions

View File

@ -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.