Removed unused variable

This commit is contained in:
Chomp
2025-02-03 13:31:28 +00:00
parent 274c9025e1
commit 4ad2fdf25f
@@ -26,16 +26,12 @@ public class ProfileSptCommand(
* spt profile level 20
* spt profile skill metabolism 10
*/
// TODO: Fix this shit as Valens doesn't know Regex.
protected Regex _commandRegex = new(
@"^spt profile (?<command>level|skill)((?<=.*skill) (?<skill>[\w]+))? (?<quantity>(?!0+)[0-9]+)$"
);
protected Regex _examineRegex = new(@"^spt profile (?<command>examine)");
//
protected SavedCommand _savedCommand = null;
public string GetCommand()
{
return "profile";