mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2025-01-19 09:45:28 +01: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_log_file: str,
|
||||||
server_stop: str,
|
server_stop: str,
|
||||||
server_type: str,
|
server_type: str,
|
||||||
show_status: bool = 1,
|
|
||||||
server_port: int = 25565,
|
server_port: int = 25565,
|
||||||
server_host: str = "127.0.0.1",
|
server_host: str = "127.0.0.1",
|
||||||
) -> int:
|
) -> int:
|
||||||
@ -106,7 +105,6 @@ class HelperServers:
|
|||||||
Servers.stop_command: server_stop,
|
Servers.stop_command: server_stop,
|
||||||
Servers.backup_path: backup_path,
|
Servers.backup_path: backup_path,
|
||||||
Servers.type: server_type,
|
Servers.type: server_type,
|
||||||
Servers.show_status: show_status,
|
|
||||||
}
|
}
|
||||||
).execute()
|
).execute()
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user