mirror of
https://github.com/plexusorg/Plex.git
synced 2025-07-06 09:36:40 +00:00
Dont call the plugin every time tl() is used
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
package dev.plex.util;
|
||||
|
||||
import dev.plex.Plex;
|
||||
import dev.plex.PlexBase;
|
||||
import org.bukkit.Bukkit;
|
||||
import org.bukkit.ChatColor;
|
||||
|
||||
public class PlexLog
|
||||
public class PlexLog extends PlexBase
|
||||
{
|
||||
private static final boolean debugEnabled = Plex.get().config.getBoolean("debug");
|
||||
private static final boolean debugEnabled = plugin.config.getBoolean("debug");
|
||||
|
||||
public static void log(String message)
|
||||
{
|
||||
|
Reference in New Issue
Block a user