mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-10-20 00:00:39 +00:00
updating to 1.7.41
This commit is contained in:
parent
2d322e2193
commit
38797c6bc5
179 changed files with 23534 additions and 49926 deletions
3
dist/ba_data/python/babase/modutils.py
vendored
3
dist/ba_data/python/babase/modutils.py
vendored
|
|
@ -47,9 +47,6 @@ def get_human_readable_user_scripts_path() -> str:
|
|||
def _request_storage_permission() -> bool:
|
||||
"""If needed, requests storage permission from the user (& return true)."""
|
||||
from babase._language import Lstr
|
||||
|
||||
# noinspection PyProtectedMember
|
||||
# (PyCharm inspection bug?)
|
||||
from babase._mgen.enums import Permission
|
||||
|
||||
if not _babase.have_permission(Permission.STORAGE):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue