mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-07-23 11:26:37 +00:00
Space
This commit is contained in:
parent
199fbb644b
commit
74c4fab58d
@ -85,7 +85,7 @@ class PluginAPI extends stdClass{
|
|||||||
console("[ERROR] [PluginAPI] Failed parsing of ".basename($file));
|
console("[ERROR] [PluginAPI] Failed parsing of ".basename($file));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
console("[INFO] [PluginAPI] Loading plugin \"\x1b[32m".$info["name"]."\x1b[0m\" \x1b[35m".$info["version"]." \x1b[0m by \x1b[36m".$info["author"]."\x1b[0m");
|
console("[INFO] [PluginAPI] Loading plugin \"\x1b[32m".$info["name"]."\x1b[0m\" \x1b[35m".$info["version"]." \x1b[0mby \x1b[36m".$info["author"]."\x1b[0m");
|
||||||
if(class_exists($info["class"])){
|
if(class_exists($info["class"])){
|
||||||
console("[ERROR] [PluginAPI] Failed loading plugin: class exists");
|
console("[ERROR] [PluginAPI] Failed loading plugin: class exists");
|
||||||
return false;
|
return false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user