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:
Andrew 2022-01-18 15:00:00 -05:00
parent 5087813900
commit b368246614

View File

@ -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):