File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/java/plugily/projects/thebridge/arena/managers Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5858 <dependency >
5959 <groupId >plugily.projects</groupId >
6060 <artifactId >MiniGamesBox-Classic</artifactId >
61- <version >1.4.0 </version >
61+ <version >1.4.1 </version >
6262 <scope >compile</scope >
6363 <optional >true</optional >
6464 </dependency >
Original file line number Diff line number Diff line change @@ -44,10 +44,10 @@ public ScoreboardManager(PluginArena arena) {
4444 }
4545
4646 @ Override
47- public List <String > formatScoreboardLines ( List < String > lines , Player player ) {
47+ public List <String > getScoreboardLines ( Player player ) {
4848 List <String > changedLines = new ArrayList <>();
4949 IUser user = arena .getPlugin ().getUserManager ().getUser (player );
50- for (String line : lines ) {
50+ for (String line : super . getScoreboardLines ( player ) ) {
5151 if (line .contains ("%arena_option_reset_blocks%" )
5252 && arena .getArenaOption ("RESET_BLOCKS" ) == 0 ) {
5353 continue ;
You can’t perform that action at this time.
0 commit comments