mirror of
https://github.com/PaperMC/Paper.git
synced 2024-12-28 23:38:25 +01:00
Updated CraftServer to lowercase r in registerInterface method..
By: VictorD <victor.danell@gmail.com>
This commit is contained in:
parent
7e0c663e2a
commit
cc8b390338
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ public final class CraftServer implements Server {
|
|||
this.server = server;
|
||||
this.serverVersion = CraftServer.class.getPackage().getImplementationVersion();
|
||||
|
||||
pluginManager.RegisterInterface(JavaPluginLoader.class);
|
||||
pluginManager.registerInterface(JavaPluginLoader.class);
|
||||
Logger.getLogger("Minecraft").log(Level.INFO, "This server is running " + getName() + " version " + getVersion());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue