mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-24 04:50:30 -04:00
Merge branch 'master' of github.com:MightyPirates/OpenComputers into MC1.7
This commit is contained in:
commit
664d715539
@ -121,6 +121,10 @@ class Machine(val owner: Owner, constructor: Constructor[_ <: Architecture]) ext
|
||||
})
|
||||
false
|
||||
}
|
||||
else if (owner.maxComponents == 0) {
|
||||
crash("gui.Error.NoCPU")
|
||||
false
|
||||
}
|
||||
else if (owner.installedMemory > 0) {
|
||||
if (Settings.get.ignorePower || node.globalBuffer > cost) {
|
||||
init() && {
|
||||
|
Loading…
x
Reference in New Issue
Block a user