Skip to content

Commit

Permalink
Update HScript.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Bladeshadow3822 authored Oct 16, 2023
1 parent 902b87b commit d1b559a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/psychlua/HScript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ class HScript extends SScript
return callValue;
}

public function executeFunction(funcToRun:String = null, funcArgs:Array<Dynamic>):SCall
public function executeFunction(funcToRun:String = null, funcArgs:Array<Dynamic>):TeaCall
{
if (funcToRun == null)
return null;
Expand Down

0 comments on commit d1b559a

Please sign in to comment.