mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2025-09-17 16:47:14 -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
|
// All public methods will pass through this one
|
||||||
private static ExtraCore getInstance(){
|
private static ExtraCore getInstance(){
|
||||||
if(extraCoreSingleton == null){
|
if(extraCoreSingleton == null){
|
||||||
synchronized(Logger.class){
|
synchronized(ExtraCore.class){
|
||||||
if(extraCoreSingleton == null){
|
if(extraCoreSingleton == null){
|
||||||
extraCoreSingleton = new ExtraCore();
|
extraCoreSingleton = new ExtraCore();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user