mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 01:46:04 +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;
|
||||
}
|
||||
|
||||
if($insideHeader and strpos($line, "**/") !== false){
|
||||
if($insideHeader and strpos($line, "*/") !== false){
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user