mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-16 08:05:34 -04:00
Update ExtraCore.java
This commit is contained in:
parent
33cde596ff
commit
fdc4a86dc9
@ -28,7 +28,7 @@ public final class ExtraCore {
|
||||
// All public methods will pass through this one
|
||||
private static ExtraCore getInstance(){
|
||||
if(extraCoreSingleton == null){
|
||||
synchronized(Logger.class){
|
||||
synchronized(ExtraCore.class){
|
||||
if(extraCoreSingleton == null){
|
||||
extraCoreSingleton = new ExtraCore();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user