mirror of
https://github.com/Quackster/Havana.git
synced 2025-07-02 04:37:47 +00:00
Update startup log
This commit is contained in:
parent
687f3aa448
commit
69f179beda
1 changed files with 12 additions and 2 deletions
|
@ -91,7 +91,17 @@ public class Havana {
|
|||
log = LoggerFactory.getLogger(Havana.class);
|
||||
ResourceLeakDetector.setLevel(ResourceLeakDetector.Level.ADVANCED);
|
||||
|
||||
log.info("Havana - Habbo Hotel V31 Emulation");
|
||||
System.out.println("HAVANA EMULATOR");
|
||||
System.out.println("THE FREE AND OPEN SOURCE HABBO HOTEL EMULATOR");
|
||||
System.out.println("COPYRIGHT (C) 2025 BY QUACKSTER");
|
||||
System.out.println("FOR MORE DETAILS CHECK LICENSE.TXT");
|
||||
System.out.println();
|
||||
System.out.println("BUILD");
|
||||
System.out.println(" CORE: Java 17");
|
||||
System.out.println(" CLIENT: V31+");
|
||||
System.out.println();
|
||||
|
||||
log.info("Starting Havana...");
|
||||
|
||||
if (Storage.connect()) {
|
||||
Storage.getLogger().info("Connection to MySQL was a success");
|
||||
|
@ -370,4 +380,4 @@ public class Havana {
|
|||
var encoder =new Argon2PasswordEncoder(16, 32, 1, 65536, 2);
|
||||
return encoder;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue