Config is now saved and synced when updated

This commit is contained in:
2020-06-07 22:47:53 -05:00
parent ab6edb7a58
commit 151df4ca57
14 changed files with 162 additions and 59 deletions

View File

@@ -31,7 +31,7 @@ module TAC
def handle_handshake(packet)
if @host_is_a_connection
# TODO: Set Connection client id to received uuid
$window.backend.tacnet.client.uuid = packet.body
end
end