Skip to content

Commit

Permalink
Update Hscript.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Nov 7, 2024
1 parent cc5e237 commit 242cdc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/modding/Hscript.hx
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ class Hscript extends FlxBasic {
return script.getAll();
}

public function getAll():Void {
public function getAll() {
var balls = {};

for (i in locals.keys())
Expand Down

0 comments on commit 242cdc1

Please sign in to comment.