mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-20 17:58:20 +00:00
fixed miss spelling of 'recieved' to 'received' in ServerStats and in log messages.
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ struct SessionStats {
|
||||
/*014*/ uint32 high_delta;
|
||||
/*018*/ uint32 last_remote_delta;
|
||||
/*022*/ uint64 packets_sent;
|
||||
/*030*/ uint64 packets_recieved;
|
||||
/*030*/ uint64 packets_received;
|
||||
/*038*/
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user