Skip to content

Commit 085912a

Browse files
committed
[删除]1. 删除无效的文件写入
1 parent 05537c0 commit 085912a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

GameFrameX.Core/Hotfix/HotfixModule.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,6 @@ internal bool Init(bool reload)
125125

126126
ParseDll();
127127

128-
File.WriteAllText(Path.Combine(Environment.CurrentDirectory, "dllPath.txt"), _dllPath);
129-
130128
LogHelper.Info($"热更DLL初始化成功: {_dllPath}");
131129
success = true;
132130
}

0 commit comments

Comments
 (0)