Small fixes
This commit is contained in:
@@ -310,7 +310,7 @@ public class IPCTestTab //: IDisposable
|
|||||||
}
|
}
|
||||||
|
|
||||||
[EzIPCEvent("Profile.OnUpdate")]
|
[EzIPCEvent("Profile.OnUpdate")]
|
||||||
private void OnProfileUpdate(Character Character, Guid? ProfileUniqueId)
|
private void OnProfileUpdate(Character Character, Guid ProfileUniqueId)
|
||||||
{
|
{
|
||||||
_logger.Debug($"IPC Test Tab - OnProfileUpdate: Character: {Character.Name.ToString().Incognify()}, Profile ID: {(ProfileUniqueId != Guid.Empty ? ProfileUniqueId.ToString() : "no id")}");
|
_logger.Debug($"IPC Test Tab - OnProfileUpdate: Character: {Character.Name.ToString().Incognify()}, Profile ID: {(ProfileUniqueId != Guid.Empty ? ProfileUniqueId.ToString() : "no id")}");
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -159,7 +159,7 @@ public class BoneEditorPanel
|
|||||||
_configuration.Save();
|
_configuration.Save();
|
||||||
}
|
}
|
||||||
ImGuiUtil.LabeledHelpMarker("Limit to my creatures",
|
ImGuiUtil.LabeledHelpMarker("Limit to my creatures",
|
||||||
"When enabled limits the character search to only your own summons, mounts and minions.\nUseful when there is possibility there will be another character with that name owned by another player.\n* For battle chocobo use \"Chocobo\" as character name.\n** If you are changing root scale for mount and want to keep your scale make sure your own scale is set to anything other than default value.");
|
"When enabled limits the character search to only your own summons, mounts and minions.\nUseful when there is possibility there will be another character with that name owned by another player.\n* For battle chocobo use \"Chocobo\" as character name.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user