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
|
|
@ -1,10 +1,8 @@
|
|||
# Ported to api 8 by brostos using baport.(https://github.com/bombsquad-community/baport)
|
||||
# ba_meta require api 8
|
||||
# ba_meta require api 9
|
||||
from __future__ import annotations
|
||||
from typing import TYPE_CHECKING
|
||||
|
||||
import babase
|
||||
import bauiv1 as bui
|
||||
import bascenev1 as bs
|
||||
import bascenev1lib
|
||||
from bascenev1lib.gameutils import SharedObjects
|
||||
|
|
@ -21,8 +19,6 @@ class BombPickupMessage:
|
|||
freeze: bool = True
|
||||
|
||||
# ba_meta export plugin
|
||||
|
||||
|
||||
class Plugin(babase.Plugin):
|
||||
|
||||
# there are two ways to ignore our team player hits
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue