mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-07 18:32:55 +00:00
Level: use increment operation for updating time
This commit is contained in:
@ -671,7 +671,7 @@ class Level implements ChunkManager, Metadatable{
|
||||
if($this->stopTime){
|
||||
return;
|
||||
}else{
|
||||
$this->time += 1;
|
||||
++$this->time;
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user