Beispiel #1
0
 public function setWeatherExecTick($time = 0)
 {
     if ($time < 0) {
         $time = 0;
     }
     $tick = $time * $this->server->getTicksPerSecond();
     $this->weatherexectick = $tick;
     return;
 }