This commit is contained in:
boy0001 2015-02-20 02:13:43 +11:00
parent 219d4ad469
commit c09179e9cd
5 changed files with 35 additions and 57 deletions

View file

@ -1,17 +0,0 @@
package com.intellectualcrafters.plot.util;
import com.intellectualcrafters.plot.PlotSquared;
import com.intellectualcrafters.plot.config.C;
public class MainUtil {
// TODO messages / permission stuff
/**
* Send a message to the console
*
* @param c message
*/
public static void log(final C c) {
PlotSquared.MAIN_IMP.log(c.s());
}
}