mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2025-11-14 17:46:03 +00:00
sync changes with master
This commit is contained in:
parent
03034e4aa0
commit
de0199ad50
178 changed files with 2191 additions and 1481 deletions
4
dist/ba_data/python/bastd/stdmap.py
vendored
4
dist/ba_data/python/bastd/stdmap.py
vendored
|
|
@ -9,7 +9,7 @@ from typing import TYPE_CHECKING
|
|||
import ba
|
||||
|
||||
if TYPE_CHECKING:
|
||||
from typing import Any, Optional
|
||||
from typing import Any
|
||||
|
||||
|
||||
def _get_map_data(name: str) -> dict[str, Any]:
|
||||
|
|
@ -26,7 +26,7 @@ class StdMap(ba.Map):
|
|||
"""A map completely defined by asset data.
|
||||
|
||||
"""
|
||||
_data: Optional[dict[str, Any]] = None
|
||||
_data: dict[str, Any] | None = None
|
||||
|
||||
@classmethod
|
||||
def _getdata(cls) -> dict[str, Any]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue