This commit is contained in:
Ayush Saini 2024-11-22 19:30:54 +05:30
commit cc7c7450d2
12 changed files with 354 additions and 24 deletions

View file

@ -460,6 +460,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 :
if not self._ran_access_check:
self._run_access_check()
self._ran_access_check = True