From cb9c26b597cd082beb01e1368202733b278e89eb Mon Sep 17 00:00:00 2001 From: alk <45172705+altalk23@users.noreply.github.com> Date: Tue, 14 Feb 2023 23:50:34 +0300 Subject: [PATCH] Update Modify.hpp --- loader/include/Geode/modify/Modify.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/include/Geode/modify/Modify.hpp b/loader/include/Geode/modify/Modify.hpp index 3b046c96..e2ed7c85 100644 --- a/loader/include/Geode/modify/Modify.hpp +++ b/loader/include/Geode/modify/Modify.hpp @@ -106,7 +106,7 @@ namespace geode::modifier { class ModifyDerive { public: ModifyDerive() { - static_assert(alwaysFalse, "Custom Modify not implemented."); + static_assert(alwaysFalse, "Modified class not recognized, please include to be able to use it."); } }; }