Skip to content

Commit 317fccf

Browse files
committed
Update versions
1 parent 0f73bf8 commit 317fccf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

HintMachine/HintMachine.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<PackageReference Include="System.Runtime.CompilerServices.Unsafe" Version="6.0.0" />
246246
</ItemGroup>
247247
<ItemGroup>
248-
<PackageReference Include="Archipelago.MultiClient.Net" Version="5.0.6" />
248+
<PackageReference Include="Archipelago.MultiClient.Net" Version="6.7.0" />
249249
<PackageReference Include="CommunityToolkit.Mvvm" Version="8.2.1" />
250250
</ItemGroup>
251251
<!--<Target Name="PostBuild" AfterTargets="PostBuildEvent">

HintMachine/Models/ArchipelagoHintSession.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace HintMachine.Models
1515
public class ArchipelagoHintSession
1616
{
1717
private static readonly string[] TAGS = { "AP", "HintGenerator", "TextOnly" };
18-
private static readonly Version VERSION = new Version(0, 6, 3);
18+
private static readonly Version VERSION = new Version(0, 6, 6);
1919

2020
public ArchipelagoSession Client { get; private set; }
2121

@@ -190,7 +190,7 @@ private void HintQueueThreadLoop()
190190
Client.Socket.SendPacketAsync(new LocationScoutsPacket
191191
{
192192
Locations = new long[] { pendingHintLocationID },
193-
CreateAsHint = true
193+
CreateAsHint = 1
194194
});
195195
Thread.Sleep(Globals.HintQueueInterval);
196196
}

0 commit comments

Comments
 (0)