mirror of
https://github.com/anope/anope.git
synced 2026-06-28 11:06:37 +02:00
Fixed generating sid on startup
This commit is contained in:
@@ -660,9 +660,6 @@ class ProtoPlexus : public Module
|
||||
|
||||
Implementation i[] = { I_OnServerSync };
|
||||
ModuleManager::Attach(i, this, sizeof(i) / sizeof(Implementation));
|
||||
|
||||
if (Config->Numeric.empty())
|
||||
Config->Numeric = ts6_sid_retrieve();
|
||||
}
|
||||
|
||||
void OnServerSync(Server *s)
|
||||
|
||||
Reference in New Issue
Block a user