remove unused handlers

Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
David Markowitz
2026-06-21 21:18:01 -07:00
committed by GitHub
parent 539ff2bac2
commit 9c9f3d3207

View File

@@ -77,8 +77,6 @@ private:
bool m_Client; bool m_Client;
std::string m_ScriptName; std::string m_ScriptName;
std::map<MessageType::Game, std::function<bool(Entity&, GameMessages::GameMsg&)>> m_MsgHandlers;
}; };
#endif // SCRIPTCOMPONENT_H #endif // SCRIPTCOMPONENT_H