Update IvoryTower.java
fixed the issue with class creation.
This commit is contained in:
parent
459b696777
commit
3d55749042
@ -13,7 +13,7 @@ public class IvoryTower {
|
||||
|
||||
public static IvoryTower getInstance() {
|
||||
if(instance == null){
|
||||
instance = IvoryTower();
|
||||
instance = new IvoryTower();
|
||||
}
|
||||
return instance;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user