mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-09 03:06:55 +00:00
Replace disallowed operators in src/network/
This commit is contained in:
@ -204,7 +204,7 @@ final class QueryInfo{
|
||||
$query = "";
|
||||
|
||||
$plist = $this->server_engine;
|
||||
if(count($this->plugins) > 0 and $this->listPlugins){
|
||||
if(count($this->plugins) > 0 && $this->listPlugins){
|
||||
$plist .= ":";
|
||||
foreach($this->plugins as $p){
|
||||
$d = $p->getDescription();
|
||||
|
Reference in New Issue
Block a user