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

Update for Bukkit R5 compatability.

Removed some unused variables.
This commit is contained in:
ElgarL
2012-02-21 18:38:08 +00:00
parent 9bd0c33fef
commit c0df771539
4 changed files with 2 additions and 4 deletions

View File

@@ -141,4 +141,5 @@ v 1.9:
- Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data. - Change Service registration to register WorldsHolder instead of AnjoPermissionsHandler. This is the correct entry point for all data.
- Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent as it's all handled in PlayerChangedWorldEvent. - Depreciate PlayerTeleportEvent, PlayerRespawnEvent and PlayerPortalEvent as it's all handled in PlayerChangedWorldEvent.
This also means we no longer update permissions before we change worlds. This also means we no longer update permissions before we change worlds.
- A command of '/manload' with no world arguments now performs a full reload of GM. - A command of '/manload' with no world arguments now performs a full reload of GM.
- Update for Bukkit R5 compatability.

View File

@@ -16,7 +16,6 @@ public class GMGroupEvent extends Event {
/** /**
* *
*/ */
private static final long serialVersionUID = -5294917600434510451L;
private static final HandlerList handlers = new HandlerList(); private static final HandlerList handlers = new HandlerList();
@Override @Override

View File

@@ -15,7 +15,6 @@ public class GMSystemEvent extends Event {
/** /**
* *
*/ */
private static final long serialVersionUID = -8786811924448821548L;
private static final HandlerList handlers = new HandlerList(); private static final HandlerList handlers = new HandlerList();
@Override @Override

View File

@@ -16,7 +16,6 @@ public class GMUserEvent extends Event {
/** /**
* *
*/ */
private static final long serialVersionUID = -5294917600434510451L;
private static final HandlerList handlers = new HandlerList(); private static final HandlerList handlers = new HandlerList();
@Override @Override