瀏覽代碼

Added file editor option to reset working directory

Kolja Strohm 5 年之前
父節點
當前提交
32f4652548
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      EditorServer/DateienEditor.cpp

+ 4 - 0
EditorServer/DateienEditor.cpp

@@ -1066,6 +1066,10 @@ bool DateienEditor::prozessMessage( SKlient *zKlient )
         delete[] name;
         return 1;
     }
+    case 0x11: // reset work path
+        workPfad = "";
+        zKlient->sendeEncrypted( "\1", 1 );
+        return 1;
     default:
         fehler = "Unbekannte Nachricht. Eventuell ist der Client nicht auf dem neusten Stand.";
     }