mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-04-23 00:55:57 +00:00
oopsie woopsie
This commit is contained in:
parent
8c19f6cac8
commit
0017c0087a
@ -129,7 +129,7 @@ class PluginDescription{
|
||||
if(isset($plugin["load"])){
|
||||
try{
|
||||
$this->order = PluginLoadOrder::fromString($plugin["load"]);
|
||||
}catch(\Error $e){
|
||||
}catch(\InvalidArgumentException $e){
|
||||
throw new PluginException("Invalid PluginDescription \"load\"");
|
||||
}
|
||||
}else{
|
||||
|
Loading…
x
Reference in New Issue
Block a user