Allow System.Console

This commit is contained in:
Evil Factory
2026-04-05 11:20:08 -03:00
parent 9b05c51ae5
commit 0e14983e88

View File

@@ -81,6 +81,8 @@ public class SafeLuaUserDataService : ISafeLuaUserDataService
}
if (typeName == "System.Single") { return true; }
if (typeName == "System.Console") { return true; }
if (typeName.StartsWith("System.Collections", StringComparison.Ordinal))
return true;