load plugins from Start()

This commit is contained in:
in0finite 2021-03-05 21:55:09 +01:00
parent ab4f1e00d9
commit d5d15876fd

View file

@ -23,7 +23,7 @@ namespace SanAndreasUnity.Behaviours
#endif
};
void Awake()
void Start()
{
F.RunExceptionSafe(LoadPlugins, $"Error while loading plugins: ");
}