A lot of query reworking
This commit is contained in:
@@ -574,8 +574,8 @@ void SpeakingClient::updateSpeak(bool only_update, const std::chrono::system_clo
|
||||
}
|
||||
}
|
||||
|
||||
void SpeakingClient::tick(const std::chrono::system_clock::time_point &time) {
|
||||
ConnectedClient::tick(time);
|
||||
void SpeakingClient::tick_server(const std::chrono::system_clock::time_point &time) {
|
||||
ConnectedClient::tick_server(time);
|
||||
ALARM_TIMER(A1, "SpeakingClient::tick", milliseconds(2));
|
||||
this->updateSpeak(true, time);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user