Factory Update

This commit is contained in:
Syntriax 2022-11-21 21:57:25 +03:00
parent d03fa51010
commit ca589f1244
2 changed files with 2 additions and 2 deletions

View File

@ -21,7 +21,7 @@ namespace Syntriax.Modules.Movement.Config
{ {
get get
{ {
if (_definitions == null) if (!IsInitialized)
Initialize(); Initialize();
return _definitions; return _definitions;

View File

@ -16,7 +16,7 @@ namespace Syntriax.Modules.Movement.Config
{ {
get get
{ {
if (_types == null) if (!IsInitialized)
Initialize(); Initialize();
return _types; return _types;