mirror of
https://github.com/Miasmusa/Shadow.git
synced 2024-11-15 03:14:54 -05:00
Comments suck
This commit is contained in:
parent
2b47dba5f5
commit
350bcff013
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ public class ShadowMain implements ModInitializer {
|
||||||
INSTANCE = this;
|
INSTANCE = this;
|
||||||
log(Level.INFO, "Initializing");
|
log(Level.INFO, "Initializing");
|
||||||
|
|
||||||
//Locker.init();
|
Locker.init();
|
||||||
|
|
||||||
Runtime.getRuntime().addShutdownHook(new Thread(ConfigManager::saveState));
|
Runtime.getRuntime().addShutdownHook(new Thread(ConfigManager::saveState));
|
||||||
if (BASE.exists() && !BASE.isDirectory()) {
|
if (BASE.exists() && !BASE.isDirectory()) {
|
||||||
|
|
Loading…
Reference in a new issue