A lot of query reworking
This commit is contained in:
@@ -126,7 +126,7 @@ void VirtualServer::executeServerTick() {
|
||||
if(cl->floodPoints > flood_decrease)
|
||||
cl->floodPoints -= flood_decrease;
|
||||
else cl->floodPoints = 0;
|
||||
cl->tick(tick_client_end);
|
||||
cl->tick_server(tick_client_end);
|
||||
auto voice = dynamic_pointer_cast<SpeakingClient>(cl);
|
||||
if(flag_update_spoken && voice)
|
||||
this->spoken_time += voice->takeSpokenTime();
|
||||
|
||||
Reference in New Issue
Block a user