mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 03:16:35 +00:00
Fix CS
This commit is contained in:
parent
9db7e5f0ca
commit
1959d6dc9b
@ -64,7 +64,9 @@ use function shuffle;
|
|||||||
use function sprintf;
|
use function sprintf;
|
||||||
use function str_contains;
|
use function str_contains;
|
||||||
use function str_starts_with;
|
use function str_starts_with;
|
||||||
|
use function strlen;
|
||||||
use function strtolower;
|
use function strtolower;
|
||||||
|
use function substr;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Manages all the plugins
|
* Manages all the plugins
|
||||||
|
Loading…
x
Reference in New Issue
Block a user