Updating disable_friendly_fire to api 9

This commit is contained in:
Vishal 2025-01-21 21:12:38 +05:30 committed by GitHub
parent d27ce0e454
commit 0b1f49b90b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 5 deletions

View file

@ -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