Skip to content

Commit

Permalink
[Cleanup] Remove CLIENT_TIMEOUT from world/client.h and zone/client.h (
Browse files Browse the repository at this point in the history
…EQEmu#3071)

# Notes
- This is unused.
  • Loading branch information
Kinglykrab authored and nytmyr committed Mar 24, 2023
1 parent f4838f5 commit 51512c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions world/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
#include "../common/eq_packet_structs.h"
#include "cliententry.h"

#define CLIENT_TIMEOUT 30000

class EQApplicationPacket;
class EQStreamInterface;

Expand Down
1 change: 0 additions & 1 deletion zone/client.h
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ namespace EQ
#include <ctime>


#define CLIENT_TIMEOUT 90000
#define CLIENT_LD_TIMEOUT 30000 // length of time client stays in zone after LDing
#define TARGETING_RANGE 200 // range for /assist and /target
#define XTARGET_HARDCAP 20
Expand Down

0 comments on commit 51512c4

Please sign in to comment.