mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Fixed BaseLang->get()
This commit is contained in:
@ -121,7 +121,6 @@ class BaseLang{
|
||||
}
|
||||
|
||||
public function get($id){
|
||||
$id = trim($id, "%");
|
||||
if(isset($this->lang[$id])){
|
||||
return $this->lang[$id];
|
||||
}elseif(isset($this->fallbackLang[$id])){
|
||||
|
Reference in New Issue
Block a user