mirror of
https://github.com/TotalFreedomMC/TF-PlotSquared.git
synced 2025-07-13 09:14:31 +00:00
console message
This commit is contained in:
parent
0d3f6d5e0b
commit
55e2465bee
29 changed files with 185 additions and 185 deletions
|
@ -11,7 +11,7 @@ public class MainUtil {
|
|||
*
|
||||
* @param c message
|
||||
*/
|
||||
public static void sendConsoleSenderMessage(final C c) {
|
||||
PlotSquared.MAIN_IMP.sendConsoleSenderMessage(c.s());
|
||||
public static void log(final C c) {
|
||||
PlotSquared.MAIN_IMP.log(c.s());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue