feat: update to version 3

This commit is contained in:
Anna 2023-10-12 01:24:29 -04:00
parent 5c78143786
commit cf895585ee
Signed by: anna
GPG Key ID: D0943384CD9F87D1
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ public sealed class Plugin : IDalamudPlugin {
// shuffle so first player isn't always local player
players.Shuffle();
var update = new Update(2, territory, localPlayer.CurrentWorld.Id, players);
var update = new Update(3, territory, localPlayer.CurrentWorld.Id, players);
var msgpack = MessagePackSerializer.Serialize(update, MessagePackSerializerOptions.Standard);
using var mem = new MemoryStream();