Skip to content

Commit

Permalink
Remove erroneous backslash.
Browse files Browse the repository at this point in the history
  • Loading branch information
ProjectHSI committed Oct 25, 2023
1 parent eaea5ac commit ec83da9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ static boolean leavePlayer(@NotNull CommandSender sender, @NotNull String comman
}

Arena arena = playersInContainer.get(player);
\

ArrayList<Player> arenaPlayers = arena.getPlayers();
arenaPlayers.remove(player);

Expand Down

0 comments on commit ec83da9

Please sign in to comment.