Remove le line

This commit is contained in:
Sauilitired 2014-10-22 08:01:35 +02:00
parent cfbf0086fa
commit ed6df3e700

View File

@ -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;