Skip to content

Commit

Permalink
you forgot about the respawn timer
Browse files Browse the repository at this point in the history
  • Loading branch information
not-coded authored Aug 3, 2024
1 parent 51ddbcb commit 19390f3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ public void registerListener() {
}

if(data.gameMode == PlayerGameMode.BEDWARS)
respawnEvent.setRespawnMode(Minecraft.GameMode.SURVIVAL);
respawnEvent.setRespawnMode(Minecraft.GameMode.SPECTATOR);

if(data.gameMode == PlayerGameMode.OITC)
respawnEvent.setRespawnMode(Minecraft.GameMode.ADVENTURE);
respawnEvent.setRespawnMode(Minecraft.GameMode.SPECTATOR);

if(duelsData.gameOptions == null) return;

Expand Down

1 comment on commit 19390f3

@Inf1nityy
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

crazy

Please sign in to comment.