From 47411c0e4b37dc5dd90e7bf797aa8ff69f38286f Mon Sep 17 00:00:00 2001 From: Rushi <44952533+Skyliegirl33@users.noreply.github.com> Date: Fri, 18 Feb 2022 19:50:18 +0100 Subject: [PATCH] CF: Remove unused bool --- src/world/ContentFinder/ContentFinder.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/world/ContentFinder/ContentFinder.h b/src/world/ContentFinder/ContentFinder.h index 586475cd..13475500 100644 --- a/src/world/ContentFinder/ContentFinder.h +++ b/src/world/ContentFinder/ContentFinder.h @@ -57,7 +57,6 @@ namespace Sapphire::World Common::Role m_role; uint8_t m_level; bool m_allowInProgress; - bool m_acceptedDuty; uint8_t m_activeRegisterId; };