Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
More less dumb shit.
Browse files Browse the repository at this point in the history
  • Loading branch information
StoiaCode committed Oct 7, 2023
1 parent b24e435 commit 7197e1b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion CustomizePlus/Helpers/GameDataHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,6 @@ public unsafe static string GetObjectName(DalamudObject obj)
public static unsafe string GetCutsceneName(DalamudObject gameObject)
{
if (gameObject.ObjectKind != DalamudObjectKind.Player && gameObject.Name.TextValue != string.Empty) {
PluginLog.Verbose($"Found Object that isnt player or Cutscene object. Its {gameObject.ObjectKind}. Also, Name is: {GetInitials(gameObject.Name.TextValue)}");
return gameObject.Name.TextValue;
}

Expand Down

0 comments on commit 7197e1b

Please sign in to comment.