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