Remove note about development build

This commit is contained in:
md_5 2018-11-02 19:19:00 +11:00
parent a8000588cb
commit e2785f4eda

View File

@ -190,8 +190,6 @@ public class Main {
}
}
System.err.println("*** WARNING: This is a development build. It is not meant for production server usage! Please keep backups and update frequently.");
System.out.println("Loading libraries, please wait...");
MinecraftServer.main(options);
} catch (Throwable t) {