mirror of
https://github.com/JonasunderscoreJones/ConsoleMC.git
synced 2025-10-23 10:39:18 +02:00
Updated to 1.19.2
This commit is contained in:
parent
42c98121f9
commit
3896d5daa0
6 changed files with 10 additions and 49 deletions
|
@ -17,13 +17,11 @@ public class ConsoleMC implements ModInitializer {
|
|||
|
||||
//find out if operating system is windows
|
||||
public static boolean ISWINDOWS = System.getProperty("os.name").toLowerCase().startsWith("windows");
|
||||
public static String OS = System.getProperty("os.name");
|
||||
|
||||
@Override
|
||||
public void onInitialize() {
|
||||
ModConfigs.registerConfigs();
|
||||
//ModConfigs.registerConfigs();
|
||||
registerCommands();
|
||||
LOGGER.info("ConsoleMC initialized!");
|
||||
LOGGER.info("Server running on " + OS);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue