mirror of
https://github.com/anope/anope.git
synced 2026-06-27 17:06:39 +02:00
Fixed non-debug build
This commit is contained in:
@@ -63,7 +63,7 @@ Serializable* EntryMsg::unserialize(Serializable *obj, Serialize::Data &data)
|
||||
|
||||
if (obj)
|
||||
{
|
||||
EntryMsg *msg = debug_cast<EntryMsg *>(obj);
|
||||
EntryMsg *msg = anope_dynamic_static_cast<EntryMsg *>(obj);
|
||||
msg->ci = ci;
|
||||
data["creator"] >> msg->creator;
|
||||
data["message"] >> msg->message;
|
||||
|
||||
Reference in New Issue
Block a user