Skip to content

Commit

Permalink
ok i might have broken more than i meant to
Browse files Browse the repository at this point in the history
  • Loading branch information
RayDeeUx committed Feb 3, 2025
1 parent 2ccdb8e commit 61a023c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/boilerplate.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ inline void addResourceQuotes() {

inline void managerReset() {
Manager* manager = managerMacro;
if (!manager->quotes.empty()) manager->quotes.clear();
if (!manager->customQuotes.empty()) manager->customQuotes.clear();
manager->quotes.clear();
manager->customQuotes.clear();
addResourceQuotes();
addQuotes("custom");
}

0 comments on commit 61a023c

Please sign in to comment.