mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Fixed script plugins not using first doccomment only
This commit is contained in:
@ -105,7 +105,7 @@ class ScriptPluginLoader implements PluginLoader{
|
|||||||
$data[$key] = $content;
|
$data[$key] = $content;
|
||||||
}
|
}
|
||||||
|
|
||||||
if($insideHeader and strpos($line, "**/") !== false){
|
if($insideHeader and strpos($line, "*/") !== false){
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user