mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-18 20:14:31 +00:00
Strip empty lines at the end of classes
This commit is contained in:
@@ -87,5 +87,4 @@ class LevelTimings{
|
||||
|
||||
$this->doTick = new TimingsHandler($name . "doTick");
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -93,5 +93,4 @@ class ChunkRequestTask extends AsyncTask{
|
||||
$server->getLogger()->debug("Dropped chunk task due to level not loaded");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -155,5 +155,4 @@ class Anvil extends McRegion{
|
||||
//TODO: add world height options
|
||||
return 256;
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -131,5 +131,4 @@ class Nether extends Generator{
|
||||
public function getSpawn() : Vector3{
|
||||
return new Vector3(127.5, 128, 127.5);
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -248,5 +248,4 @@ class Normal extends Generator{
|
||||
public function getSpawn() : Vector3{
|
||||
return new Vector3(127.5, 128, 127.5);
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -82,6 +82,4 @@ class BigTree extends Tree{
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@@ -97,5 +97,4 @@ class Ore{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -44,5 +44,4 @@ class Pond{
|
||||
public function placeObject(ChunkManager $level, Vector3 $pos){
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
@@ -79,6 +79,4 @@ class SpruceTree extends Tree{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
@@ -55,5 +55,4 @@ class GenericSound extends Sound{
|
||||
|
||||
return $pk;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user