1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-14 02:24:16 +02:00

[trunk] Removed useless loadClasses() method from Essentials.

git-svn-id: https://svn.java.net/svn/essentials~svn/trunk@1216 e251c2fe-e539-e718-e476-b85c1f46cddb
This commit is contained in:
snowleo
2011-04-16 13:38:02 +00:00
parent d311fc126f
commit 8ac6f92250
7 changed files with 0 additions and 10 deletions

View File

@@ -25,7 +25,6 @@ public class EssentialsProtectBlockListener extends BlockListener
public EssentialsProtectBlockListener(EssentialsProtect parent)
{
Essentials.loadClasses();
this.parent = parent;
}

View File

@@ -37,7 +37,6 @@ public class EssentialsProtectEntityListener extends EntityListener
public EssentialsProtectEntityListener(EssentialsProtect parent)
{
Essentials.loadClasses();
this.parent = parent;
}

View File

@@ -19,7 +19,6 @@ public class EssentialsProtectPlayerListener extends PlayerListener
public EssentialsProtectPlayerListener(EssentialsProtect parent)
{
Essentials.loadClasses();
this.parent = parent;
}