Przeglądaj źródła

Fehler bei Spiel einladungen behoben

Kolja Strohm 6 lat temu
rodzic
commit
c7bb1ee894
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      KSGClient/NachLogin/Chat/NachrichtenListe.cpp

+ 2 - 2
KSGClient/NachLogin/Chat/NachrichtenListe.cpp

@@ -476,16 +476,16 @@ void Nachricht::doMausEreignis( MausEreignis &me )
 		}
 		if( me.id != ME_RLinks )
 			return;
-        if( aktion )
-            entfernen();
 		switch( aktion )
 		{
 		case 1:
             // positiv
+            __super::entfernen();
             posAk();
 			break;
 		case 2:
 			// negativ
+            __super::entfernen();
             negAk();
 			break;
 		}