Fixed events not sent on OpenComputers
This commit is contained in:
parent
9268080fbc
commit
4de69216a1
1 changed files with 1 additions and 1 deletions
|
@ -273,7 +273,7 @@ public abstract class TileEntityAbstractInterfaced extends TileEntityAbstractBas
|
|||
}
|
||||
if (WarpDriveConfig.isOpenComputersLoaded) {
|
||||
if (OC_node != null && OC_node.network() != null) {
|
||||
OC_node.sendToReachable(eventName, arguments);
|
||||
OC_node.sendToReachable("computer.signal", eventName, arguments);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue