Added Error Reporting & Updated The Submodules & Bug Fixes

This commit is contained in:
2022-11-14 14:22:18 +03:00
parent 062c3015ed
commit 19a061c1d6
4 changed files with 16 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ namespace Syntriax.Modules.Movement
_canTakeOver = value;
if (isNewValue)
OnTakeOverStateChanged.Invoke(value);
OnTakeOverStateChanged?.Invoke(value);
}
}