mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-28 21:55:52 +00:00
Make RedstoneRail class abstract
This commit is contained in:
parent
8fe3f6ef1b
commit
c809365c39
@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace pocketmine\block;
|
||||
|
||||
class RedstoneRail extends BaseRail{
|
||||
abstract class RedstoneRail extends BaseRail{
|
||||
protected const FLAG_POWERED = 0x08;
|
||||
|
||||
/** @var bool */
|
||||
|
Loading…
x
Reference in New Issue
Block a user