diff --git a/Igniter/Igniter.csproj b/Igniter/Igniter.csproj index 50163c6..9237ff7 100644 --- a/Igniter/Igniter.csproj +++ b/Igniter/Igniter.csproj @@ -161,7 +161,7 @@ 1.16.0 - 8.0.1 + 8.0.2 diff --git a/Qwilight/Qwilight.csproj b/Qwilight/Qwilight.csproj index 5917af6..794fcc7 100644 --- a/Qwilight/Qwilight.csproj +++ b/Qwilight/Qwilight.csproj @@ -43,7 +43,7 @@ - + @@ -52,7 +52,7 @@ all - + diff --git a/Qwilight/System/BaseUI/BaseUI.cs b/Qwilight/System/BaseUI/BaseUI.cs index 2824c22..c8e4b48 100644 --- a/Qwilight/System/BaseUI/BaseUI.cs +++ b/Qwilight/System/BaseUI/BaseUI.cs @@ -1320,7 +1320,7 @@ if (!string.IsNullOrEmpty(text) && QwilightComponent.GetCallComputer().IsMatch(text)) { var values = text.Split("(").Select(value => value.Trim()).ToArray(); - return lsCaller.Call(lsCaller.Globals[values[0]], values[1][0..^1].Split(',').Where(value => !string.IsNullOrEmpty(value)).Select(value => Utility.ToFloat64(value) as object).ToArray()).ToObject().ToString(); + return lsCaller.Call(lsCaller.Globals[values[0]], values[1][0..^1].Split(',').Where(value => !string.IsNullOrEmpty(value)).Select(value => Utility.ToFloat64(value) as object).ToArray()).ToString(); } else { diff --git a/Test/Test.csproj b/Test/Test.csproj index 5d4ef2e..d0e39a8 100644 --- a/Test/Test.csproj +++ b/Test/Test.csproj @@ -23,7 +23,7 @@ - +