Hiding puck detection errors from users.

This commit is contained in:
gac-S_Changer
2018-09-19 17:56:09 +02:00
parent afb1e4cac2
commit dc78eb382f
3 changed files with 6 additions and 8 deletions

View File

@@ -220,7 +220,7 @@ public class Controller {
void onTimer() {
try {
setPuckLoading(Controller.getInstance().isPuckLoading());
setPuckLoading(isPuckLoading());
} catch (Exception ex) {
setPuckLoading(false);
}