mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-21 01:01:43 +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:
@@ -43,5 +43,5 @@ void NTCommandSchedulerModel::Update() {
|
||||
}
|
||||
|
||||
bool NTCommandSchedulerModel::Exists() {
|
||||
return m_inst.IsConnected() && m_commands.Exists();
|
||||
return m_commands.Exists();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user