summaryrefslogtreecommitdiff
path: root/src/client/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/scripts')
-rw-r--r--src/client/scripts/aoiscript/type-checker.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/scripts/aoiscript/type-checker.ts b/src/client/scripts/aoiscript/type-checker.ts
index 93b13c4bda..c10198e119 100644
--- a/src/client/scripts/aoiscript/type-checker.ts
+++ b/src/client/scripts/aoiscript/type-checker.ts
@@ -110,6 +110,7 @@ export class ASTypeChecker {
return null;
}
+ if (v.type === 'aiScriptVar') return null;
if (v.type === 'fn') return null; // todo
if (v.type.startsWith('fn:')) return null; // todo