Example #1
0
 public static function translate($cmd)
 {
     return Shadowfunc::unshortcut(strtolower($cmd), self::$LANG_COMMANDS->getTrans(self::$CURRENT_PLAYER->getLangISO()));
 }