mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-29 03:31:27 +01:00
SPIGOT-1599: Allow teleporting disconnected players
This commit is contained in:
parent
287ef78890
commit
4c43856621
@ -442,7 +442,7 @@ public class CraftPlayer extends CraftHumanEntity implements Player {
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (entity.playerConnection == null || entity.playerConnection.isDisconnected()) {
|
if (entity.playerConnection == null) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user