mirror of
https://github.com/GTA-ASM/SanAndreasUnity
synced 2024-11-23 04:23:04 +00:00
load plugins from Start()
This commit is contained in:
parent
ab4f1e00d9
commit
d5d15876fd
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ namespace SanAndreasUnity.Behaviours
|
|||
#endif
|
||||
};
|
||||
|
||||
void Awake()
|
||||
void Start()
|
||||
{
|
||||
F.RunExceptionSafe(LoadPlugins, $"Error while loading plugins: ");
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue