mirror of
https://github.com/anope/anope.git
synced 2026-07-02 06:26:38 +02:00
Fixed non-debug build
This commit is contained in:
+1
-1
@@ -168,7 +168,7 @@ Serializable* XLine::unserialize(Serializable *obj, Serialize::Data &data)
|
||||
XLine *xl;
|
||||
if (obj)
|
||||
{
|
||||
xl = debug_cast<XLine *>(obj);
|
||||
xl = anope_dynamic_static_cast<XLine *>(obj);
|
||||
data["mask"] >> xl->Mask;
|
||||
data["by"] >> xl->By;
|
||||
data["reason"] >> xl->Reason;
|
||||
|
||||
Reference in New Issue
Block a user