mirror of
https://github.com/anope/anope.git
synced 2026-06-28 17:16:39 +02:00
Fixed non-debug build
This commit is contained in:
+1
-1
@@ -91,7 +91,7 @@ Serializable* NickCore::unserialize(Serializable *obj, Serialize::Data &data)
|
||||
NickCore *nc;
|
||||
|
||||
if (obj)
|
||||
nc = debug_cast<NickCore *>(obj);
|
||||
nc = anope_dynamic_static_cast<NickCore *>(obj);
|
||||
else
|
||||
nc = new NickCore(data["display"].astr());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user