Skip to content

Commit

Permalink
Use the replay container to retrieve the chat messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Garanas committed Jun 3, 2024
1 parent 6e9ba4d commit 1beca44
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,8 @@ record RemoveCommandFromQueue(int commandId, int unitId) implements Event {
/**
* Created by debug related console commands such as `SallyShears`
*/
record DebugCommand(String command, float px, float py, float pz, byte focusArmy, CommandUnits units) implements Event {
record DebugCommand(String command, float px, float py, float pz, byte focusArmy,
CommandUnits units) implements Event {
}

/**
Expand Down Expand Up @@ -185,6 +186,7 @@ record CommandFormation(int formationId, float orientation, float px, float py,
* @param taskParameters
*/
record CommandData(int commandId, EventCommandType commandType, CommandTarget commandTarget,
CommandFormation commandFormation, String blueprintId, LuaData taskParameters, boolean addToQueue) {
CommandFormation commandFormation, String blueprintId, LuaData taskParameters,
boolean addToQueue) {
}
}

0 comments on commit 1beca44

Please sign in to comment.