Skip to content

Commit

Permalink
gus
Browse files Browse the repository at this point in the history
  • Loading branch information
SpGerg committed Feb 6, 2024
1 parent b401d5d commit afcc9e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Paganism/PParser/AST/FunctionDeclarateExpression.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ public override Value Eval(params Argument[] arguments)
{
CreateArguments(arguments);

if (Name == "pgm_call")
if (Name == "cs_call")
{
if (!Types.TryGetValue(arguments[0].Value.Eval().AsString(), out Type findedClass))
{
Expand Down

0 comments on commit afcc9e2

Please sign in to comment.