mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-01-03 06:13:45 +01:00
Add placeholder options to collection chat command, slightly refactor tag -> bulktag command by SoyaX.
This commit is contained in:
parent
b43d0453e1
commit
6e983c8735
2 changed files with 96 additions and 106 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue