Skip to content

Commit

Permalink
AP: remove unused IgnoreGame tag
Browse files Browse the repository at this point in the history
  • Loading branch information
black-sliver committed Jan 29, 2025
1 parent 33ce4f9 commit 23e1d96
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/ap/aptracker.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,6 @@ class APTracker final {
tags.push_back("HintGame");
else if (!_allowSend)
tags.push_back("Tracker");
if (_game.empty())
tags.push_back("IgnoreGame");
return _ap->ConnectSlot(slot, pw, 0b111, tags, {0, 5, 1});
});
_ap->set_slot_refused_handler([this](const std::list<std::string>& errs) {
Expand Down

0 comments on commit 23e1d96

Please sign in to comment.