Factory Update
This commit is contained in:
parent
d03fa51010
commit
ca589f1244
|
@ -21,7 +21,7 @@ namespace Syntriax.Modules.Movement.Config
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (_definitions == null)
|
if (!IsInitialized)
|
||||||
Initialize();
|
Initialize();
|
||||||
|
|
||||||
return _definitions;
|
return _definitions;
|
||||||
|
|
|
@ -16,7 +16,7 @@ namespace Syntriax.Modules.Movement.Config
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
if (_types == null)
|
if (!IsInitialized)
|
||||||
Initialize();
|
Initialize();
|
||||||
|
|
||||||
return _types;
|
return _types;
|
||||||
|
|
Loading…
Reference in New Issue