mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-11 15:58:36 +00:00
Harden inspect message handling
Co-authored-by: Valorith <76063792+Valorith@users.noreply.github.com>
This commit is contained in:
@@ -74,7 +74,7 @@ struct function : public function_base, function_traits<T>
|
||||
|
||||
std::string get_signature() const override
|
||||
{
|
||||
return util::type_name<target_t>::str();
|
||||
return util::type_name<return_t>::str() + "(" + util::type_name<typename function::sig_t>::str() + ")";
|
||||
};
|
||||
|
||||
bool is_compatible(xsub_stack& stack) const override
|
||||
|
||||
Reference in New Issue
Block a user