mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-05-18 11:45:30 +00:00
Haters gonna hate, also fix misleading interface default parameter
This commit is contained in:
parent
59a775f82c
commit
cb222601fd
@ -28,5 +28,5 @@ namespace pocketmine\event;
|
||||
interface Cancellable{
|
||||
public function isCancelled();
|
||||
|
||||
public function setCancelled($forceCancel = false);
|
||||
public function setCancelled($value = true);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user