diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/connection.cpp | 2 |
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() |