Skip to content

Commit

Permalink
Update to v3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jawslouis committed Nov 3, 2024
1 parent 129b53b commit 6f1b9da
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 8 deletions.
10 changes: 5 additions & 5 deletions MakePlacePlugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Author": "Jawslouis",
"Name": "MakePlace Plugin",
"InternalName": "MakePlacePlugin",
"AssemblyVersion": "3.6.2",
"AssemblyVersion": "3.6.3",
"Punchline": "Automatically save & load furniture layouts in your house.",
"Description": "Automatically save & load the positions of house furniture. Import/export layouts from the MakePlace program.",
"ApplicableVersion": "any",
Expand All @@ -16,10 +16,10 @@
"DalamudApiLevel": 10,
"LoadPriority": 0,
"IconUrl": "https://raw.githubusercontent.com/jawslouis/MakePlacePlugin/master/icon.png",
"DownloadCount": 386826,
"DownloadLinkInstall": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.2/MakePlacePlugin.zip",
"DownloadLinkTesting": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.2/MakePlacePlugin.zip",
"DownloadLinkUpdate": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.2/MakePlacePlugin.zip",
"DownloadCount": 435025,
"DownloadLinkInstall": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.3/MakePlacePlugin.zip",
"DownloadLinkTesting": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.3/MakePlacePlugin.zip",
"DownloadLinkUpdate": "https://github.com/jawslouis/MakePlacePlugin/releases/download/v3.6.3/MakePlacePlugin.zip",
"_isDip17Plugin": false,
"_Dip17Channel": null
}]
3 changes: 1 addition & 2 deletions MakePlacePlugin/MakePlacePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public MakePlacePlugin(IDalamudPluginInterface pi)
Memory.Init();
LayoutManager = new SaveLayoutManager(this, Config);

DalamudApi.PluginLog.Info("MakePlace Plugin v3.6.2 initialized");
DalamudApi.PluginLog.Info("MakePlace Plugin v3.6.3 initialized");
}
public void Initialize()
{
Expand Down Expand Up @@ -204,7 +204,6 @@ public unsafe void RecursivelyPlaceItems()

SetItemPosition(item);

Log($"Scheduling next item placement, {ItemsToPlace.Count} remains");
DalamudApi.Framework.RunOnTick(RecursivelyPlaceItems, TimeSpan.FromMilliseconds(Config.LoadInterval));
return;
}
Expand Down
2 changes: 1 addition & 1 deletion MakePlacePlugin/MakePlacePlugin.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<PropertyGroup>
<DalamudLibPath>$(AppData)\XIVLauncher\addon\Hooks\dev\</DalamudLibPath>
<PluginVersion>3.6.2</PluginVersion>
<PluginVersion>3.6.3</PluginVersion>
</PropertyGroup>

<PropertyGroup>
Expand Down

0 comments on commit 6f1b9da

Please sign in to comment.