mirror of
https://github.com/Ottermandias/Glamourer.git
synced 2025-12-12 10:17:23 +01:00
removed commeted out code
This commit is contained in:
parent
9b82f856e1
commit
0a3ca24303
1 changed files with 0 additions and 1 deletions
|
|
@ -427,7 +427,6 @@ public class CommandService : IDisposable
|
|||
return false;
|
||||
}
|
||||
|
||||
//Design? design = _designManager.Designs.FirstOrDefault(design => design.Name == arguments);
|
||||
var lower = argument.ToLowerInvariant();
|
||||
Design? design = _designManager.Designs.FirstOrDefault(d
|
||||
=> d.Name.Lower == lower || lower.Length > 3 && d.Identifier.ToString().StartsWith(lower));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue