diff options
author | George Hazan <ghazan@miranda.im> | 2020-08-14 17:44:14 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2020-08-14 17:44:20 +0300 |
commit | 70c7eb36da13424bf1bfabb56977562fee7241de (patch) | |
tree | 533939357b485c0e53b43f267d9b938b5c758abf /protocols/Facebook/src/main.cpp | |
parent | f937a646677d1eb3e139aacccc8ecf4064d6b145 (diff) |
fixes #2527 (Facebook: missing stickers)
Diffstat (limited to 'protocols/Facebook/src/main.cpp')
-rw-r--r-- | protocols/Facebook/src/main.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/protocols/Facebook/src/main.cpp b/protocols/Facebook/src/main.cpp index 6ed0c4cd35..bbeeb63860 100644 --- a/protocols/Facebook/src/main.cpp +++ b/protocols/Facebook/src/main.cpp @@ -68,6 +68,5 @@ int CMPlugin::Load() HookEvent(ME_SYSTEM_MODULESLOADED, OnModuleLoaded); // Initialize random generator (used only as fallback in utils) - srand(::time(0)); return 0; } |