mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-15 05:04:16 +01:00
Improve DesignStorage slightly.
This commit is contained in:
parent
a284d5adc5
commit
fce8b058b0
7 changed files with 48 additions and 56 deletions
|
|
@ -587,7 +587,7 @@ public class CommandService : IDisposable
|
|||
|
||||
if (Guid.TryParse(argument, out var guid))
|
||||
{
|
||||
design = _designManager.Designs.FirstOrDefault(d => d.Identifier == guid);
|
||||
design = _designManager.Designs.ByIdentifier(guid);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue