Skip to content

Commit

Permalink
Fix respawn tags not working
Browse files Browse the repository at this point in the history
  • Loading branch information
Fesaa committed Aug 6, 2024
1 parent b292cab commit 007b47a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public void onGameUpdate(GameUpdateEvent e) {
@Subscribe
public void onPlayerRespawn(PlayerRespawnEvent e) {
if (!Cubepanion.get().getManager().isPlaying(CubeGame.TEAM_EGGWARS)
|| !Cubepanion.get().getManager().isPlaying(CubeGame.BEDWARS)) {
&& !Cubepanion.get().getManager().isPlaying(CubeGame.BEDWARS)) {
return;
}

Expand Down

0 comments on commit 007b47a

Please sign in to comment.