diff options
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 2e20fc27f..204b5b94d 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -271,7 +271,7 @@ bool CommandParser::ProcessCommand(LocalUser *user, std::string &cmd) return true; /* activity resets the ping pending timer */ - user->nping = ServerInstance->Time() + user->MyClass->GetPingTime(); + user->nping = ServerInstance->Time() + user->MyClass->pingtime; if (cm->second->flags_needed) { |
