Skip to content

Commit 8828e67

Browse files
committed
Remove some debug code? weird
1 parent 988c8ab commit 8828e67

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

src/main/java/de/kcodeyt/plotplugin/command/defaults/AddHelperCommand.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,6 @@ public AddHelperCommand(PlotPlugin plugin) {
3535

3636
@Override
3737
public boolean execute(Player player, String[] args) {
38-
39-
player.getFoodData().setFoodSaturationLevel(0);
40-
player.getFoodData().setLevel(0);
41-
if(true) return true;
4238
final PlotManager plotManager = this.plugin.getPlotManager(player.getLevel());
4339
final Plot plot;
4440
if(plotManager == null || (plot = plotManager.getMergedPlot(player.getFloorX(), player.getFloorZ())) == null) {

0 commit comments

Comments
 (0)