diff --git a/plugins/minigames.json b/plugins/minigames.json index 3cca1c4..fee8300 100644 --- a/plugins/minigames.json +++ b/plugins/minigames.json @@ -716,6 +716,12 @@ } ], "versions": { + "1.0.2": { + "api_version": 8, + "commit_sha": "da878bf", + "released_on": "25-04-2024", + "md5sum": "bac58caf1703d8f2f8ac86821c489eef" + }, "1.0.1": { "api_version": 8, "commit_sha": "2b5c9ee", diff --git a/plugins/minigames/quake.py b/plugins/minigames/quake.py index 65fcfcb..6b0d51c 100644 --- a/plugins/minigames/quake.py +++ b/plugins/minigames/quake.py @@ -267,7 +267,7 @@ class RailBullet(bs.Actor): }) pos = (pos[0] + vel[0], pos[1] + vel[1], pos[2] + vel[2]) - for node in _babase.getnodes(): + for node in bs.getnodes(): if node and node.getnodetype() == 'spaz': # pylint: disable=invalid-name m3 = babase.Vec3(position)