diff --git a/nms-patches/PlayerList.patch b/nms-patches/PlayerList.patch index 05331af86..de63fc806 100644 --- a/nms-patches/PlayerList.patch +++ b/nms-patches/PlayerList.patch @@ -475,7 +475,7 @@ + } + + Player respawnPlayer = cserver.getPlayer(entityplayer1); -+ PlayerRespawnEvent respawnEvent = new PlayerRespawnEvent(respawnPlayer, location, isBedSpawn); ++ PlayerRespawnEvent respawnEvent = new PlayerRespawnEvent(respawnPlayer, location, isBedSpawn && !flag2, flag2); + cserver.getPluginManager().callEvent(respawnEvent); + + location = respawnEvent.getRespawnLocation();