mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
fix bug broken server creation
This commit is contained in:
parent
ea9b14e917
commit
d8fadc6abd
@ -64,7 +64,6 @@ class HelperServers:
|
||||
server_log_file: str,
|
||||
server_stop: str,
|
||||
server_type: str,
|
||||
show_status: bool = 1,
|
||||
server_port: int = 25565,
|
||||
server_host: str = "127.0.0.1",
|
||||
) -> int:
|
||||
@ -106,7 +105,6 @@ class HelperServers:
|
||||
Servers.stop_command: server_stop,
|
||||
Servers.backup_path: backup_path,
|
||||
Servers.type: server_type,
|
||||
Servers.show_status: show_status,
|
||||
}
|
||||
).execute()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user