Nicolas Cannasse 3 سال پیش
والد
کامیت
31bc59642e
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      h2d/Console.hx

+ 3 - 0
h2d/Console.hx

@@ -330,6 +330,9 @@ class Console #if !macro extends h2d.Object #end {
 			}
 		}
 
+		if( aliases.exists(cmd) )
+			closestCommand = cmd;
+
 		if (hadShortKey && closestCommand != "")
 			closestCommand = String.fromCharCode(shortKeyChar) + closestCommand;
 		return closestCommand;