Ejemplo n.º 1
0
 public static function getStatUUID($field)
 {
     return Shadowfunc::shortcut($field, self::$LANG_STAT_UUID->getTrans('en'));
 }
Ejemplo n.º 2
0
 public static function untranslate($cmd)
 {
     return Shadowfunc::shortcut(strtolower($cmd), self::$LANG_COMMANDS->getTrans(self::$CURRENT_PLAYER->getLangISO()));
 }
Ejemplo n.º 3
0
 public static function shortcutModifier($modifier)
 {
     return Shadowfunc::shortcut($modifier, SR_Player::$ALL);
     // 		return true === isset(SR_Player::$REV_ALL[$modifier]) ? SR_Player::$REV_ALL[$modifier] : $modifier;
 }