mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-20 00:51:42 +00:00
[glass] Don't check IsConnected for NT widgets (#4674)
Checking this isn't required, and prevented these widgets from working in the simulation GUI without another NT client connected.
This commit is contained in:
@@ -34,5 +34,5 @@ void NTSubsystemModel::Update() {
|
||||
}
|
||||
|
||||
bool NTSubsystemModel::Exists() {
|
||||
return m_inst.IsConnected() && m_defaultCommand.Exists();
|
||||
return m_defaultCommand.Exists();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user