mirror of
https://github.com/anope/anope.git
synced 2026-06-12 19:14:47 +02:00
Always use the same stats object when deserialising stats.
Closes #509.
This commit is contained in:
@@ -42,7 +42,7 @@ struct StatsType final
|
||||
{
|
||||
data["maxusercnt"] >> MaxUserCount;
|
||||
data["maxusertime"] >> MaxUserTime;
|
||||
return obj;
|
||||
return Stats::me;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user