mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-02-11 19:50:38 +00:00
Remove le line
This commit is contained in:
parent
cfbf0086fa
commit
ed6df3e700
1 changed files with 4 additions and 5 deletions
|
@ -8,14 +8,13 @@
|
|||
|
||||
package com.intellectualcrafters.plot.commands;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
import com.intellectualcrafters.plot.*;
|
||||
|
||||
import org.apache.commons.lang.StringUtils;
|
||||
import org.bukkit.entity.Player;
|
||||
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* Created by Citymonstret on 2014-08-01.
|
||||
*/
|
||||
|
@ -46,7 +45,7 @@ public class Comment extends SubCommand {
|
|||
PlotComment comment = new PlotComment(text, plr.getName(), recipients.indexOf(args[0].toLowerCase()));
|
||||
plot.settings.addComment(comment);
|
||||
|
||||
DBFunc.addComment(...) // Can you do this?
|
||||
//DBFunc.addComment(...) // Can you do this?
|
||||
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in a new issue