diff options
author | Peter Powell <petpow@saberuk.com> | 2019-02-15 10:56:08 +0000 |
---|---|---|
committer | Peter Powell <petpow@saberuk.com> | 2019-02-15 11:35:25 +0000 |
commit | 168ee804903e5ee10edc04e870e36a1256885e34 (patch) | |
tree | b50842f0c177515f4fa4e1ff0682a8bb652c0642 /src/command_parse.cpp | |
parent | f5b2265c2e6868431abbaa301aa1d64e8d49d8b0 (diff) |
Rename User::nping to nextping for consistency with lastping.
Diffstat (limited to 'src/command_parse.cpp')
-rw-r--r-- | src/command_parse.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 7a732f8b5..533c7e281 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -246,7 +246,7 @@ void CommandParser::ProcessCommand(LocalUser* user, std::string& command, Comman return; /* activity resets the ping pending timer */ - user->nping = ServerInstance->Time() + user->MyClass->GetPingTime(); + user->nextping = ServerInstance->Time() + user->MyClass->GetPingTime(); if (handler->flags_needed) { |