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