Make /pal config an alias for /pal

This commit is contained in:
Liza 2022-11-30 16:39:50 +01:00
parent 0d8a39a2b2
commit b69a53ef3d

View File

@ -140,6 +140,7 @@ namespace Pal.Client
#endif #endif
case "": case "":
case "config":
Service.WindowSystem.GetWindow<ConfigWindow>()?.Toggle(); Service.WindowSystem.GetWindow<ConfigWindow>()?.Toggle();
break; break;