summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/connection.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/connection.cpp b/src/connection.cpp
index 514897ecb..afa371408 100644
--- a/src/connection.cpp
+++ b/src/connection.cpp
@@ -19,8 +19,6 @@ extern int MODCOUNT;
packet::packet()
{
- srand(time(NULL));
- id = random();
}
packet::~packet()