mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-08-10 14:33:00 +00:00
Logger cleanup pt 1.
This commit is contained in:
parent
f3b005e331
commit
427b97433e
22 changed files with 26 additions and 25 deletions
|
@ -25,7 +25,7 @@ import org.bukkit.potion.PotionEffectType;
|
|||
|
||||
public class User extends UserData implements Comparable<User>, IReplyTo, net.ess3.api.IUser
|
||||
{
|
||||
private static final Logger logger = Logger.getLogger("Minecraft");
|
||||
private static final Logger logger = Logger.getLogger("Essentials");
|
||||
private CommandSource replyTo = null;
|
||||
private transient String teleportRequester;
|
||||
private transient boolean teleportRequestHere;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue