mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Some mod movement.
This commit is contained in:
parent
c12dbf3f8a
commit
577669b21f
26 changed files with 726 additions and 732 deletions
|
|
@ -828,7 +828,7 @@ public class PenumbraApi : IDisposable, IPenumbraApi
|
|||
public PenumbraApiEc CreateNamedTemporaryCollection(string name)
|
||||
{
|
||||
CheckInitialized();
|
||||
if (name.Length == 0 || Mod.Creator.ReplaceBadXivSymbols(name) != name)
|
||||
if (name.Length == 0 || ModCreator.ReplaceBadXivSymbols(name) != name)
|
||||
return PenumbraApiEc.InvalidArgument;
|
||||
|
||||
return _tempCollections.CreateTemporaryCollection(name).Length > 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue