mirror of
https://github.com/Caraxi/mare.client.git
synced 2025-12-12 18:27:24 +01:00
rework a lot of stuff: downloads, how to watch a player
This commit is contained in:
parent
eb39429777
commit
3618540402
18 changed files with 319 additions and 233 deletions
|
|
@ -119,14 +119,14 @@ namespace MareSynchronos.Managers
|
|||
|
||||
public void GlamourerApplyOnlyEquipment(string customization, string characterName)
|
||||
{
|
||||
if (!CheckGlamourerApi()) return;
|
||||
if (!CheckGlamourerApi() || string.IsNullOrEmpty(customization)) return;
|
||||
Logger.Debug("Glamourer apply only equipment to " + characterName);
|
||||
_glamourerApplyOnlyEquipment!.InvokeAction(customization, characterName);
|
||||
}
|
||||
|
||||
public void GlamourerApplyOnlyCustomization(string customization, string characterName)
|
||||
{
|
||||
if (!CheckGlamourerApi()) return;
|
||||
if (!CheckGlamourerApi() || string.IsNullOrEmpty(customization)) return;
|
||||
Logger.Debug("Glamourer apply only customization to " + characterName);
|
||||
_glamourerApplyOnlyCustomization!.InvokeAction(customization, characterName);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue