mirror of
https://github.com/imayushsaini/Bombsquad-Ballistica-Modded-Server.git
synced 2026-08-29 13:16:28 +00:00
adding mods , modified ba_data
This commit is contained in:
parent
ecc4d84189
commit
7d5eb76ea7
69 changed files with 17212 additions and 1529 deletions
4
dist/ba_data/python/baclassic/_servermode.py
vendored
4
dist/ba_data/python/baclassic/_servermode.py
vendored
|
|
@ -35,6 +35,8 @@ def _cmd(command_data: bytes) -> None:
|
|||
assert babase.app.classic is not None
|
||||
|
||||
command = pickle.loads(command_data)
|
||||
print("server mode got command")
|
||||
print(command)
|
||||
assert isinstance(command, ServerCommand)
|
||||
|
||||
if isinstance(command, StartServerModeCommand):
|
||||
|
|
@ -434,6 +436,6 @@ class ServerController:
|
|||
bascenev1.new_host_session(sessiontype)
|
||||
|
||||
# Run an access check if we're trying to make a public party.
|
||||
if not self._ran_access_check and self._config.party_is_public:
|
||||
if not self._ran_access_check :
|
||||
self._run_access_check()
|
||||
self._ran_access_check = True
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue