Removed references to ElezenSync, properly renamed it Snowcloak now.

This commit is contained in:
2025-08-22 21:17:09 +01:00
parent 4c1bc0a737
commit b564887e80
11 changed files with 18 additions and 18 deletions

View File

@@ -15,7 +15,7 @@ namespace MareSynchronos.Services;
public sealed class CommandManagerService : IDisposable
{
private const string _commandName = "/sync";
private const string _commandName2 = "/elezen";
private const string _commandName2 = "/snowcloak";
private const string _ssCommandPrefix = "/ss";