mirror of
https://github.com/bombsquad-community/plugin-manager.git
synced 2025-10-08 14:54:36 +00:00
Updating disable_friendly_fire to api 9
This commit is contained in:
parent
d27ce0e454
commit
0b1f49b90b
2 changed files with 2 additions and 5 deletions
|
|
@ -1416,6 +1416,7 @@
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"versions": {
|
"versions": {
|
||||||
|
"1.0.1": null,
|
||||||
"1.0.0": {
|
"1.0.0": {
|
||||||
"api_version": 8,
|
"api_version": 8,
|
||||||
"commit_sha": "f744c41",
|
"commit_sha": "f744c41",
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,8 @@
|
||||||
# Ported to api 8 by brostos using baport.(https://github.com/bombsquad-community/baport)
|
# ba_meta require api 9
|
||||||
# ba_meta require api 8
|
|
||||||
from __future__ import annotations
|
from __future__ import annotations
|
||||||
from typing import TYPE_CHECKING
|
from typing import TYPE_CHECKING
|
||||||
|
|
||||||
import babase
|
import babase
|
||||||
import bauiv1 as bui
|
|
||||||
import bascenev1 as bs
|
import bascenev1 as bs
|
||||||
import bascenev1lib
|
import bascenev1lib
|
||||||
from bascenev1lib.gameutils import SharedObjects
|
from bascenev1lib.gameutils import SharedObjects
|
||||||
|
|
@ -21,8 +19,6 @@ class BombPickupMessage:
|
||||||
freeze: bool = True
|
freeze: bool = True
|
||||||
|
|
||||||
# ba_meta export plugin
|
# ba_meta export plugin
|
||||||
|
|
||||||
|
|
||||||
class Plugin(babase.Plugin):
|
class Plugin(babase.Plugin):
|
||||||
|
|
||||||
# there are two ways to ignore our team player hits
|
# there are two ways to ignore our team player hits
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue