File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
paper/src/main/java/de/bluecolored/bluemap/bukkit
spigot/src/main/java/de/bluecolored/bluemap/bukkit Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ public BukkitPlugin() {
9494 this .scheduledTasks = Collections .synchronizedCollection (Collections .newSetFromMap (new WeakHashMap <>()));
9595
9696 this .eventForwarder = new EventForwarder ();
97- this .pluginInstance = new Plugin ("bukkit " , this );
97+ this .pluginInstance = new Plugin ("paper " , this );
9898 this .commands = new BukkitCommands (this .pluginInstance );
9999
100100 this .worlds = Caffeine .newBuilder ()
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ public BukkitPlugin() {
9090 this .onlinePlayerList = Collections .synchronizedList (new ArrayList <>());
9191
9292 this .eventForwarder = new EventForwarder ();
93- this .pluginInstance = new Plugin ("bukkit " , this );
93+ this .pluginInstance = new Plugin ("spigot " , this );
9494 this .commands = new BukkitCommands (this .pluginInstance );
9595
9696 this .worlds = Caffeine .newBuilder ()
You can’t perform that action at this time.
0 commit comments