Fixes #4635: Actually remove requesters when removing requesters.

This commit is contained in:
Sebastian Hartte
2020-08-23 20:47:05 +02:00
parent 423ab81813
commit 44c0931c02
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -176,7 +176,6 @@ public class Grid implements IGrid {
}
gridNode.getGridProxy().gridChanged();
// postEventTo( gridNode, networkChanged );
}
@Override