mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fix formatting issues due to bad IDE settings
This commit is contained in:
@ -36,9 +36,9 @@ abstract class Tool extends Item{
|
||||
parent::__construct($id, $meta, $count, $name);
|
||||
}
|
||||
|
||||
public function getMaxStackSize(){
|
||||
return 1;
|
||||
}
|
||||
public function getMaxStackSize(){
|
||||
return 1;
|
||||
}
|
||||
|
||||
/**
|
||||
* TODO: Move this to each item
|
||||
|
Reference in New Issue
Block a user