mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-08 02:42:58 +00:00
MainLogger can now have debug level disabled
This commit is contained in:
@ -29,6 +29,7 @@ class LevelMetadataStore extends MetadataStore{
|
||||
if(!($level instanceof Level)){
|
||||
throw new \InvalidArgumentException("Argument must be a Level instance");
|
||||
}
|
||||
|
||||
return strtolower($level->getName()) . ":" . $metadataKey;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user