Skip to content

Commit

Permalink
Update application internals regarding Amberdata change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Conor Flynn committed Nov 29, 2022
1 parent 0ac8ffc commit 50a0adf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified Data Engine/Documents/Internal Manual/Packet Spreadsheet.xlsx
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ private final String request(String tag, String sub_tag, String... data) {
}

// static request
System.out.println(String.format("%s%s%s%s%s", tag, delim, sub_tag, delim, formatted_data));
out.writeUTF(String.format("%s%s%s%s%s", tag, delim, sub_tag, delim, formatted_data));
return in.readUTF();
} catch (IOException e) {
Expand Down

0 comments on commit 50a0adf

Please sign in to comment.