mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-29 12:27:59 +01:00
Fixing event names
By: Erik Broes <erikbroes@grum.nl>
This commit is contained in:
parent
2d45e34e63
commit
7b978d1dd4
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user