mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-03-23 18:29:18 +00:00
upd default port
This commit is contained in:
parent
277f316d28
commit
4407456e58
@ -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',
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user