mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-07-22 13:33:48 +00:00
Cleanup various aspects of code, fix some formatting, more netbeans 7.4 stuff
This commit is contained in:
parent
d5196e31b2
commit
3e725ef060
65 changed files with 432 additions and 443 deletions
|
@ -6,7 +6,7 @@ import org.bukkit.command.CommandSender;
|
|||
|
||||
public final class Console implements IReplyTo
|
||||
{
|
||||
private static Console instance = new Console();
|
||||
private static final Console instance = new Console();
|
||||
private CommandSource replyTo;
|
||||
public final static String NAME = "Console";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue