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