Add PlayerRespawnEvent#isMissingRespawnBlock (#12422)
This commit is contained in:
@ -491,7 +491,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@@ -914,23 +_,81 @@
|
||||
@@ -914,23 +_,82 @@
|
||||
}
|
||||
|
||||
private boolean isPvpAllowed() {
|
||||
@ -550,6 +550,7 @@
|
||||
+ location,
|
||||
+ isBedSpawn,
|
||||
+ isAnchorSpawn,
|
||||
+ teleportTransition.missingRespawnBlock(),
|
||||
+ respawnReason,
|
||||
+ builder
|
||||
+ );
|
||||
|
||||
Reference in New Issue
Block a user