summaryrefslogtreecommitdiffstats
path: root/Essentials/src/net/ess3/commands/EssentialsCommand.java
diff options
context:
space:
mode:
Diffstat (limited to 'Essentials/src/net/ess3/commands/EssentialsCommand.java')
-rw-r--r--Essentials/src/net/ess3/commands/EssentialsCommand.java12
1 files changed, 6 insertions, 6 deletions
diff --git a/Essentials/src/net/ess3/commands/EssentialsCommand.java b/Essentials/src/net/ess3/commands/EssentialsCommand.java
index 42fbd0f3d..02e6aff41 100644
--- a/Essentials/src/net/ess3/commands/EssentialsCommand.java
+++ b/Essentials/src/net/ess3/commands/EssentialsCommand.java
@@ -16,12 +16,12 @@ import org.bukkit.entity.Player;
public abstract class EssentialsCommand extends AbstractSuperpermsPermission implements IEssentialsCommand
{
- protected transient String commandName;
- protected transient IEssentials ess;
- protected transient IEssentialsModule module;
- protected transient Server server;
- protected transient Logger logger;
- private transient String permission;
+ protected String commandName;
+ protected IEssentials ess;
+ protected IEssentialsModule module;
+ protected Server server;
+ protected Logger logger;
+ private String permission;
@Override
public void init(final IEssentials ess, final String commandName)