Fixes to class packet to make it work!

git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@631 e03df62e-2008-0410-955e-edbf42e46eb7
This commit is contained in:
brain 2004-04-17 12:54:54 +00:00
parent c160de3e8d
commit 91cfb9b55e

View File

@ -19,8 +19,6 @@ extern int MODCOUNT;
packet::packet() packet::packet()
{ {
srand(time(NULL));
id = random();
} }
packet::~packet() packet::~packet()