mirror of
https://github.com/IntellectualSites/PlotSquared.git
synced 2024-11-22 05:06:44 +01:00
Remove le line
This commit is contained in:
parent
cfbf0086fa
commit
ed6df3e700
@ -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 New Issue
Block a user