@@ -319,7 +319,7 @@ bool Editor::nachricht( SKlient *k )
{
k->sendeEncrypted( "\1", 1 );
int id;
- k->sendeEncrypted( (char *)& id, 4 );
+ k->getNachrichtEncrypted( (char *)& id, 4 );
Text pf = pfad.getText();
pf += "/objekt/";
pf += id;