mirror of
https://github.com/onyx-and-iris/q3rcon-cli.git
synced 2026-04-16 14:03:42 +00:00
add maprestart command
This commit is contained in:
@@ -3,6 +3,7 @@ from .gametype import Gametype
|
||||
from .hostname import Hostname
|
||||
from .map import Map
|
||||
from .mapname import Mapname
|
||||
from .maprestart import Maprestart
|
||||
from .maprotate import Maprotate
|
||||
from .plugins import Plugins
|
||||
from .status import Status
|
||||
@@ -16,4 +17,5 @@ __all__ = [
|
||||
'Hostname',
|
||||
'Map',
|
||||
'Plugins',
|
||||
'Maprestart',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user