Fixing event names

This commit is contained in:
Erik Broes
2011-03-18 22:57:22 +01:00
parent 4c420e6aa8
commit 437025a179
10 changed files with 22 additions and 21 deletions

View File

@@ -332,7 +332,7 @@ public final class CraftServer implements Server {
protected void addWorld(World world) {
worlds.put(world.getName().toLowerCase(), world);
pluginManager.callEvent(new WorldEvent(Type.WORLD_LOADED, world));
pluginManager.callEvent(new WorldEvent(Type.WORLD_LOAD, world));
}
public Logger getLogger() {