From 5cc3c291ff9be2d96299da0b03ce731c8626fb93 Mon Sep 17 00:00:00 2001 From: gac-S_Changer Date: Fri, 10 Feb 2017 11:29:17 +0100 Subject: [PATCH] Closedown --- plugins/PuckDetection.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/PuckDetection.java b/plugins/PuckDetection.java index 1d89b8e..3d436a2 100644 --- a/plugins/PuckDetection.java +++ b/plugins/PuckDetection.java @@ -18,9 +18,9 @@ public class PuckDetection extends DeviceBase{ public static class PuckState{ - boolean online; - boolean mecSwitch; - boolean indSwitch; + public boolean online; + public boolean mecSwitch; + public boolean indSwitch; void clear(){ online = false;