mirror of
https://github.com/simon987/Much-Assembly-Required.git
synced 2025-12-13 14:49:03 +00:00
Reverted accidental change caused by search and replace
This commit is contained in:
@@ -23,6 +23,6 @@ public class CpuInitialisationListener implements GameEventListener {
|
||||
RadioReceiverHardware radioHw = new RadioReceiverHardware(controllableUnit);
|
||||
radioHw.setCpu(cpu);
|
||||
|
||||
cubot.attachHardware(radioHw, RadioReceiverHardware.DEFAULT_ADDRESS);
|
||||
cpu.getHardwareHost().attachHardware(radioHw, RadioReceiverHardware.DEFAULT_ADDRESS);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user