fix(plugin): send player data when available after moving

This commit is contained in:
Anna 2020-12-06 22:37:11 -05:00
parent c75053c490
commit 24b49a14ee
1 changed files with 1 additions and 1 deletions

View File

@ -783,7 +783,7 @@ namespace XIVChatPlugin {
this.BroadcastPlayerData();
}
public void OnTerritoryChange(object sender, ushort territoryId) => this.BroadcastPlayerData();
public void OnTerritoryChange(object sender, ushort territoryId) => this.sendPlayerData = true;
public void Dispose() {
// stop accepting new clients