Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/#1032 working veto system #1033

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from
Prev Previous commit
Next Next commit
optional map_pool_map_version_id in NeroxisGeneratedMap class
  • Loading branch information
K-ETFreeman committed Dec 26, 2024
commit 998f03c994fff6866b76e89cf63148bcb15e338b
2 changes: 1 addition & 1 deletion server/types.py
Original file line number Diff line number Diff line change
@@ -61,11 +61,11 @@ def get_map(self) -> "Map":

class NeroxisGeneratedMap(NamedTuple):
id: int
map_pool_map_version_id: Optional[int]
version: str
spawns: int
map_size_pixels: int
weight: int = 1
map_pool_map_version_id: Optional[int] = None

_NAME_PATTERN = re.compile(
"neroxis_map_generator_([0-9.]+)_([a-z2-7]+)_([a-z2-7]+)"
Loading
Oops, something went wrong.