Skip to content

Commit

Permalink
add guid for serverid in marne
Browse files Browse the repository at this point in the history
  • Loading branch information
zefanjajobse committed Feb 17, 2024
1 parent a3af434 commit 325aba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/gatherer/marne.rs
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ async fn server_list_to_sum(
all_regions.amounts.soldier_amount += server.current_players;

let current_server_info = server_info::ServerInfo {
guid: "".to_owned(),
guid: server.id.to_string(),
name: server.name,
soldiers: server.current_players,
queue: 0,
mode,
map: map,
map,
game_id: "".to_owned(),
is_official: None,
};
Expand Down

0 comments on commit 325aba6

Please sign in to comment.