From 7ba36f5348a6cca1c0da820c60ae17063f3cdad5 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Tue, 27 Oct 2020 00:41:36 +0000 Subject: Don't kill cloaking users when hash/md5 is missing. --- include/dynref.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/dynref.h b/include/dynref.h index 2569d755c..bcfca9647 100644 --- a/include/dynref.h +++ b/include/dynref.h @@ -59,7 +59,7 @@ class CoreExport dynamic_reference_base : public interfacebase, public insp::int inline void dynamic_reference_base::check() { if (!value) - throw ModuleException("Dynamic reference to '" + name + "' failed to resolve"); + throw ModuleException("Dynamic reference to '" + name + "' failed to resolve. Are you missing a module?"); } template -- cgit v1.2.3