oops forgot preflight

This commit is contained in:
Eric Froemling 2022-07-14 15:28:59 -07:00
parent 738bad8852
commit 3fa78bfd99
No known key found for this signature in database
GPG Key ID: 89C93F0F8D6D5A98
2 changed files with 1 additions and 6 deletions

View File

@ -1 +1 @@
13232982614587399777499103804305366643
45709261760262192915304287648158055425

View File

@ -2812,11 +2812,6 @@ def set_enable_default_kick_voting(enable: bool) -> None:
return None
def set_have_mods(have_mods: bool) -> None:
"""(internal)"""
return None
def set_internal_language_keys(
listobj: list[tuple[str, str]],
random_names_list: list[tuple[str, str]]) -> None: