mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-04 17:06:16 +00:00
Haters gonna hate, also fix misleading interface default parameter
This commit is contained in:
@ -28,5 +28,5 @@ namespace pocketmine\event;
|
||||
interface Cancellable{
|
||||
public function isCancelled();
|
||||
|
||||
public function setCancelled($forceCancel = false);
|
||||
}
|
||||
public function setCancelled($value = true);
|
||||
}
|
||||
|
Reference in New Issue
Block a user