mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-14 01:34:25 +00:00
em
This commit is contained in:
parent
219d4ad469
commit
c09179e9cd
5 changed files with 35 additions and 57 deletions
|
@ -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());
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue