mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-11 18:22:08 -07:00
Generic cleanup
This commit is contained in:
@@ -62,7 +62,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
|
||||
public MinecraftServer(OptionSet options) { // CraftBukkit - adds argument OptionSet
|
||||
new ThreadSleepForever(this);
|
||||
|
||||
// CraftBukkit start
|
||||
// CraftBukkit start
|
||||
this.options = options;
|
||||
try {
|
||||
this.reader = new ConsoleReader();
|
||||
@@ -437,7 +437,7 @@ public class MinecraftServer implements Runnable, ICommandListener {
|
||||
StatisticList.a();
|
||||
|
||||
try {
|
||||
MinecraftServer minecraftserver = new MinecraftServer(options); // CraftBukkit pass in the options
|
||||
MinecraftServer minecraftserver = new MinecraftServer(options); // CraftBukkit - pass in the options
|
||||
|
||||
// CraftBukkit - remove gui
|
||||
|
||||
|
Reference in New Issue
Block a user