Network: clean up ticking handling, RakLib only processes on Snooze notification

This commit is contained in:
Dylan K. Taylor
2018-08-02 17:13:34 +01:00
parent 7560880168
commit e43496e7e4
4 changed files with 18 additions and 23 deletions

View File

@@ -2537,7 +2537,7 @@ class Server{
++$this->tickCounter;
Timings::$connectionTimer->startTiming();
$this->network->processInterfaces();
$this->network->tickInterfaces();
Timings::$connectionTimer->stopTiming();
Timings::$schedulerTimer->startTiming();