From 89f96d407b99a924dd28b1ac23eacd8e88b93fb9 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Mon, 26 Jun 2023 19:35:56 +0800 Subject: [PATCH] :bug: fix bug --- stl/lib.nas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/lib.nas b/stl/lib.nas index 07e037f..d8e3ba3 100644 --- a/stl/lib.nas +++ b/stl/lib.nas @@ -222,7 +222,7 @@ var isfunc=func(f){ } var isghost=func(g){ - return typeof(f)=="obj"; + return typeof(g)=="obj"; } var ishash=func(h){