console message

This commit is contained in:
boy0001
2015-02-19 21:23:36 +11:00
parent 0d3f6d5e0b
commit 55e2465bee
29 changed files with 185 additions and 185 deletions

View File

@ -340,10 +340,10 @@ import com.intellectualcrafters.plot.util.UUIDHandler;
// *
// * @param msg Message that should be sent to the console
// *
// * @see PlotSquared#sendConsoleSenderMessage(String)
// * @see PlotSquared#log(String)
// */
// public void sendConsoleMessage(final String msg) {
// PlotSquared.sendConsoleSenderMessage(msg);
// PlotSquared.log(msg);
// }
//
// /**