1
0
Fork 0
mirror of https://github.com/PaperMC/Paper.git synced 2025-04-14 09:52:17 +02:00

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) {