Skip to content

Commit d06edb7

Browse files
committed
Update RuleScriptedClass.hx
1 parent 69932f4 commit d06edb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rulescript/macro/RuleScriptedClass.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ class RuleScriptedClass
292292
var _t = t;
293293
var _params = params;
294294

295-
while (aliasMap.exists(_t.toString()))
295+
if (aliasMap.exists(_t.toString()))
296296
{
297297
_t = switch (aliasMap.get(_t.toString()))
298298
{

0 commit comments

Comments
 (0)