mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
If you want to start a server...or stop it... or send any command you should patch your install with this commit
This commit is contained in:
parent
5087813900
commit
b368246614
@ -45,6 +45,7 @@ class Management_Controller:
|
||||
# Example: Admin issued command start_server for server Survival
|
||||
management_helper.add_to_audit_log(user_id, "issued command {} for server {}".format(command, server_name),
|
||||
server_id, remote_ip)
|
||||
management_helper.add_command(server_id, user_id, remote_ip, command)
|
||||
|
||||
@staticmethod
|
||||
def mark_command_complete(command_id=None):
|
||||
|
Loading…
Reference in New Issue
Block a user