void tas_BattleMapChanged(object sender, TasEventArgs e) { if (config.DisplayMapLink) { tas.Say(TasClient.SayPlace.Battle, "", "maplink: " + mapLinker.GetLink(tas.GetBattle().Map.Name), true); } }
void tas_BattleMapChanged(object sender, TasEventArgs e) { tas.Say(TasClient.SayPlace.Battle, "", "maplink: " + mapLinker.GetLink(tas.GetBattle().Map), true); }