mirror of
https://github.com/KranX/Vangers.git
synced 2025-11-30 23:15:27 +07:00
Fixed type for game birth time
This commit is contained in:
@@ -1216,7 +1216,7 @@ int Player::receive() {
|
|||||||
IN_EVENTS_LOG(ATTACH_TO_GAME);
|
IN_EVENTS_LOG(ATTACH_TO_GAME);
|
||||||
|
|
||||||
if (this->client_version > 1) {
|
if (this->client_version > 1) {
|
||||||
long int t = 0;
|
time_t t = 0;
|
||||||
time(&t);
|
time(&t);
|
||||||
out_buffer.begin_event(zTIME_RESPONSE);
|
out_buffer.begin_event(zTIME_RESPONSE);
|
||||||
out_buffer < (unsigned int)t;
|
out_buffer < (unsigned int)t;
|
||||||
|
|||||||
Reference in New Issue
Block a user