mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-10-17 04:06:54 +00:00
Preparing to merge
This commit is contained in:
@@ -25,9 +25,8 @@ use pocketmine\command\Command;
|
||||
use pocketmine\command\CommandSender;
|
||||
|
||||
abstract class VanillaCommand extends Command{
|
||||
//TODO: increment chunk indexes
|
||||
const MAX_COORD = 524288;
|
||||
const MIN_COORD = -524288;
|
||||
const MAX_COORD = 30000000;
|
||||
const MIN_COORD = -30000000;
|
||||
|
||||
public function __construct($name, $description = "", $usageMessage = null, array $aliases = []){
|
||||
parent::__construct($name, $description, $usageMessage, $aliases);
|
||||
|
Reference in New Issue
Block a user