Skip to content

Commit

Permalink
chinese version
Browse files Browse the repository at this point in the history
  • Loading branch information
umaru-233 committed Jul 24, 2022
1 parent 834de7d commit 84088e6
Show file tree
Hide file tree
Showing 3 changed files with 88 additions and 87 deletions.
3 changes: 2 additions & 1 deletion AssetStudio/AsbManager.cs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ public static void BuildBLKMap(string path, List<string> files)
}
public static void LoadBLKMap()
{
Logger.Info(string.Format("Loading BLKMap"));
Logger.Warning(string.Format("请勿关闭本控制台,如果本控制台被关闭,GUI界面也将被关闭!如果您需要隐藏控制台,请关闭'调试-启用控制台'选项。"));
Logger.Info(string.Format("正在载入BLKMap..."));
try
{
BLKMap.Clear();
Expand Down
Loading

0 comments on commit 84088e6

Please sign in to comment.