Skip to content

Commit

Permalink
Remove static print out of legacy schematic URL (#4341)
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Brandes <mc.cache@web.de>
  • Loading branch information
NotMyFault authored Feb 16, 2024
1 parent 3d56937 commit 499d3c3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Core/src/main/java/com/plotsquared/core/command/Download.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@

import com.google.inject.Inject;
import com.plotsquared.core.configuration.Settings;
import com.plotsquared.core.configuration.caption.StaticCaption;
import com.plotsquared.core.configuration.caption.TranslatableCaption;
import com.plotsquared.core.permissions.Permission;
import com.plotsquared.core.player.PlotPlayer;
Expand Down Expand Up @@ -202,7 +201,6 @@ public void run(URL value) {
.tag("delete", Tag.preProcessParsed("Not available"))
.build()
);
player.sendMessage(StaticCaption.of(value.toString()));
}
}
));
Expand Down

0 comments on commit 499d3c3

Please sign in to comment.