mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-17 11:15:12 -04:00
Missed one.
This commit is contained in:
parent
ac756b6770
commit
8f660dddef
@ -100,7 +100,7 @@ class RobotProxy extends RedstoneAware with traits.StateAware {
|
||||
val components = info.containers ++ info.components
|
||||
if (components.length > 0) {
|
||||
tooltip.addAll(Tooltip.get("server.Components"))
|
||||
for (component <- components if component != null) {
|
||||
for (component <- components if !component.isEmpty) {
|
||||
tooltip.add("- " + component.getDisplayName)
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user