mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
commit
ae5834d728
2 changed files with 7 additions and 1 deletions
|
|
@ -716,6 +716,12 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"1.0.2": {
|
||||||
|
"api_version": 8,
|
||||||
|
"commit_sha": "da878bf",
|
||||||
|
"released_on": "25-04-2024",
|
||||||
|
"md5sum": "bac58caf1703d8f2f8ac86821c489eef"
|
||||||
|
},
|
||||||
"1.0.1": {
|
"1.0.1": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "2b5c9ee",
|
"commit_sha": "2b5c9ee",
|
||||||
|
|
|
||||||
|
|
@ -267,7 +267,7 @@ class RailBullet(bs.Actor):
|
||||||
})
|
})
|
||||||
pos = (pos[0] + vel[0], pos[1] + vel[1], pos[2] + vel[2])
|
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':
|
if node and node.getnodetype() == 'spaz':
|
||||||
# pylint: disable=invalid-name
|
# pylint: disable=invalid-name
|
||||||
m3 = babase.Vec3(position)
|
m3 = babase.Vec3(position)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue