Fixed network node scanning allowing multiple controllers in some cases. Fixes #2069

This commit is contained in:
raoulvdberge
2018-11-01 21:38:31 +01:00
parent 68e857cc9c
commit fdd007504f
2 changed files with 30 additions and 32 deletions

View File

@@ -4,6 +4,7 @@
- Fixed client FPS stalling when using "@" mod search in the Grid (raoulvdberge)
- Fixed fluid inputs/outputs in the Pattern Grid not being set when you re-insert a Pattern with fluid inputs/outputs (raoulvdberge)
- Fixed bug where the Pattern Grid doesn't update it's output slot when manually configuring a crafting pattern (raoulvdberge)
- Fixed network node scanning allowing multiple controllers in some cases (raoulvdberge)
### 1.6.9
- Fixed OpenComputers "unknown error" when using extract item API (raoulvdberge)