Skip to content

Commit

Permalink
Remove int from auto districts until more clients connect
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon committed Sep 7, 2024
1 parent d5b956b commit edfceca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions GuildWarsPartySearch.NodeJSServer/server.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,7 @@ function reassign_bot_clients(request) {
zv = ${find_key(map_ids, zaishen_vanquish.map_id)}`);
let check_district_regions = [
district_regions.America,
district_regions.Europe,
district_regions.International
district_regions.Europe
];

let check_map_ids = [
Expand Down

0 comments on commit edfceca

Please sign in to comment.