mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-08 16:12:18 -07:00
Fixing event names
This commit is contained in:
@@ -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() {
|
||||
|
Reference in New Issue
Block a user