upd default port

This commit is contained in:
onyx-and-iris 2026-03-21 00:41:57 +00:00
parent 277f316d28
commit 89709e0cc7

View File

@ -30,7 +30,7 @@ class Q3rconCli(Command):
group='Connection', group='Connection',
) )
port: int = arg( port: int = arg(
27960, 28960,
short='p', short='p',
help='The port to connect to', help='The port to connect to',
env='Q3RCON_CLI_PORT', env='Q3RCON_CLI_PORT',