This commit is contained in:
gac-S_Changer
2019-02-12 14:13:09 +01:00
parent 58f1402f73
commit 9cd2f2959b

View File

@@ -698,7 +698,7 @@ public class Controller {
}
void onPuckBarcode(String datamatrix) {
if (isPuckLoading()) {
playSound("mounted");
playSound("scanned");
getMainFrame().setPuckDatamatrix(datamatrix);
System.out.println("Detected Puck: " + datamatrix);
}