Update 'RealTime/src/RealTime/changeTimeTask.php'

This commit is contained in:
Josh North 2017-07-26 09:39:33 -04:00
parent 730d79cdb5
commit be5212b90b

View File

@ -10,7 +10,7 @@ class changeTimeTask extends PluginTask{
$this->plugin = $plugin; $this->plugin = $plugin;
} }
public function onRun($currentTick) { public function onRun(int $currentTick) {
$this->plugin->changeTime(); $this->plugin->changeTime();
} }