Add placeholder options to collection chat command, slightly refactor tag -> bulktag command by SoyaX.

This commit is contained in:
Ottermandias 2023-01-05 16:52:01 +01:00
parent b43d0453e1
commit 6e983c8735
2 changed files with 96 additions and 106 deletions

View file

@ -316,7 +316,7 @@ public sealed unsafe partial class ObjectReloader : IDisposable
return gPosePlayer ?? Dalamud.Objects[ 0 ];
}
private static bool GetName( string lowerName, out GameObject? actor )
public static bool GetName( string lowerName, out GameObject? actor )
{
( actor, var ret ) = lowerName switch
{