Remove useless Cancellable from PressurePlateUpdateEvent

This commit is contained in:
Dylan K. Taylor 2023-08-23 16:52:22 +01:00
parent 1504fdca24
commit 998fcf20db
No known key found for this signature in database
GPG Key ID: 8927471A91CAFD3D

View File

@ -31,7 +31,7 @@ use pocketmine\event\Cancellable;
* Called whenever the list of entities on a pressure plate changes.
* Depending on the type of pressure plate, this might turn on/off its signal, or change the signal strength.
*/
final class PressurePlateUpdateEvent extends BaseBlockChangeEvent implements Cancellable{
final class PressurePlateUpdateEvent extends BaseBlockChangeEvent{
/**
* @param Entity[] $activatingEntities
*/