Reverted accidental change caused by search and replace

This commit is contained in:
Simon
2018-05-31 22:21:33 -04:00
parent a7bdbd2513
commit a005e2b163
4 changed files with 7 additions and 7 deletions

View File

@@ -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);
}
}