]> git.taranathan.com Git - FRC2026.git/commitdiff
whatevs
authormoo <moogoesmeow123@gmail.com>
Fri, 27 Mar 2026 21:34:26 +0000 (14:34 -0700)
committermoo <moogoesmeow123@gmail.com>
Fri, 27 Mar 2026 21:34:26 +0000 (14:34 -0700)
src/main/java/frc/robot/commands/LogCommand.java
src/main/java/frc/robot/util/Elastic.java

index 5d0506a5b6731e1bae92149a0b309f55dd0ebafa..e92bb5a871639840b4e39d6ab72ba693d35d0e5f 100644 (file)
@@ -25,6 +25,8 @@ public class LogCommand extends Command {
         } else if (!current && hubActive) {
             Elastic.sendNotification(new Notification(NotificationLevel.INFO, "HUB DEACTIVATED", ""));
         }
+
+        hubActive = current;
     }
 
     @Override
index 1eb6e40eb3616b47f2d0177b824ee931b72a22ef..36711ed606910f0b62cf1db8822c17a1e41dd86f 100644 (file)
@@ -387,4 +387,4 @@ public final class Elastic {
       return this;
     }
   }
-}
\ No newline at end of file
+}