mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-03 16:45:13 +00:00
Added capability to unblock addresses without a restart
This commit is contained in:
@ -34,6 +34,11 @@ interface AdvancedSourceInterface extends SourceInterface{
|
||||
*/
|
||||
public function blockAddress(string $address, int $timeout = 300);
|
||||
|
||||
/**
|
||||
* @param string $address
|
||||
*/
|
||||
public function unblockAddress(string $address);
|
||||
|
||||
/**
|
||||
* @param Network $network
|
||||
*/
|
||||
|
Reference in New Issue
Block a user