Factory Update
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user