예제 #1
0
파일: Shadowcmd.php 프로젝트: sinfocol/gwf3
 public static function translate($cmd)
 {
     return Shadowfunc::unshortcut(strtolower($cmd), self::$LANG_COMMANDS->getTrans(self::$CURRENT_PLAYER->getLangISO()));
 }