Mirror von
https://github.com/PaperMC/Velocity.git
synchronisiert 2025-01-11 15:41:14 +01:00
Include version in boot message
Dieser Commit ist enthalten in:
Ursprung
5e0b13edcd
Commit
5a424f5cbb
@ -19,7 +19,7 @@ public class Velocity {
|
||||
|
||||
public static void main(String... args) {
|
||||
startTime = System.currentTimeMillis();
|
||||
logger.info("Booting up Velocity...");
|
||||
logger.info("Booting up Velocity {}...", Velocity.class.getPackage().getImplementationVersion());
|
||||
|
||||
VelocityServer server = new VelocityServer();
|
||||
server.start();
|
||||
|
Laden…
x
In neuem Issue referenzieren
Einen Benutzer sperren