File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Code/ContextSystem/Contexts Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 1- using SER . Code . ArgumentSystem ;
1+ using MEC ;
2+ using SER . Code . ArgumentSystem ;
23using SER . Code . ContextSystem . BaseContexts ;
34using SER . Code . ContextSystem . Interfaces ;
45using SER . Code . ContextSystem . Structures ;
56using SER . Code . Helpers ;
67using SER . Code . Helpers . Extensions ;
78using SER . Code . Helpers . ResultSystem ;
89using SER . Code . MethodSystem . BaseMethods ;
10+ using SER . Code . Plugin ;
911using SER . Code . TokenSystem . Tokens ;
1012using SER . Code . ValueSystem ;
1113using MethodToken = SER . Code . TokenSystem . Tokens . MethodToken ;
@@ -56,6 +58,11 @@ protected override IEnumerator<float> Execute()
5658 {
5759 Log . Debug ( $ "'{ Method . Name } ' method is now running..") ;
5860
61+ if ( MainPlugin . Instance . Config ? . SafeScripts is true )
62+ {
63+ yield return Timing . WaitForOneFrame ;
64+ }
65+
5966 switch ( Method )
6067 {
6168 case SynchronousMethod stdAct :
You can’t perform that action at this time.
0 commit comments