mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 03:05:30 -04:00
Aha! So it did matter after all.
This commit is contained in:
parent
78c628aed0
commit
cea6eba7eb
@ -112,7 +112,7 @@ private[oc] object Registry extends api.detail.DriverAPI {
|
||||
memo.get(valueRef)
|
||||
}
|
||||
else valueRef match {
|
||||
case null | None => null
|
||||
case null | Unit | None => null
|
||||
|
||||
case arg: java.lang.Boolean => arg
|
||||
case arg: java.lang.Byte => arg
|
||||
|
Loading…
x
Reference in New Issue
Block a user