mirror of
https://github.com/MightyPirates/OpenComputers.git
synced 2025-09-18 11:48:02 -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
|
val components = info.containers ++ info.components
|
||||||
if (components.length > 0) {
|
if (components.length > 0) {
|
||||||
tooltip.addAll(Tooltip.get("server.Components"))
|
tooltip.addAll(Tooltip.get("server.Components"))
|
||||||
for (component <- components if component != null) {
|
for (component <- components if !component.isEmpty) {
|
||||||
tooltip.add("- " + component.getDisplayName)
|
tooltip.add("- " + component.getDisplayName)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user