mirror of
https://github.com/LorisYounger/VPet.git
synced 2024-08-30 18:42:36 +00:00
修复创意工坊缓存失效的错误
This commit is contained in:
parent
c7c8448c04
commit
eb662e4c59
@ -347,7 +347,7 @@ namespace VPet_Simulator.Windows
|
||||
Path.AddRange(new DirectoryInfo(ModPath).EnumerateDirectories());
|
||||
if (IsSteamUser)//如果是steam用户,尝试加载workshop
|
||||
{
|
||||
var workshop = new Line_D();
|
||||
var workshop = new Line_D("workshop");
|
||||
await Dispatcher.InvokeAsync(new Action(() => LoadingText.Content = "Loading Steam Workshop"));
|
||||
int i = 1;
|
||||
while (true)
|
||||
|
Loading…
Reference in New Issue
Block a user