Update cmd-v1.0.py

This commit is contained in:
Austin Prine 2023-07-09 16:38:17 -07:00 committed by GitHub
parent 3beccd2c0a
commit 87ca0c0927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ delay_int = int(delay)
if port == "":
port = "25565"
# query port set to default if empty
# query port set to matching if empty
if q_port == "":
q_port = port