mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-28 15:30:08 -04:00
Merge branch 'master-MC1.8' of github.com:MightyPirates/OpenComputers into OC1.5-MC1.8
This commit is contained in:
commit
d0fb7d4552
@ -113,7 +113,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