Fix bug oops :3

This commit is contained in:
Ne_Eo
2024-06-03 19:00:40 +02:00
parent b96e6c8149
commit e0e1436930
+1 -1
View File
@@ -341,7 +341,7 @@ class ClassExtendMacro {
this.__interp.variables.set(name, val);
return val;
}
return super.hset(this, name);
return super.hset(name, val);
}
} else {
macro {