no message

This commit is contained in:
2024-02-19 23:49:35 +03:00
parent 11f82d2bb9
commit 6a7feb96e7
5 changed files with 67 additions and 7 deletions

View File

@@ -53,7 +53,6 @@ public enum ServerCode {
CheckURLRegistered,
DVMConvertProject,
SetRole,
InstallSapforForTesting,
Patch,
EmailSapforAssembly,
//-
@@ -76,5 +75,7 @@ public enum ServerCode {
SapforPackageNeedsKill,
UpdateActiveSapforPackages,
DownloadDVMPackage,
DownloadDVMPackages, DownloadSapforPackage;
DownloadDVMPackages,
DownloadSapforPackage,
InstallServerSapfor;
}