Add missing break

This commit is contained in:
Brokkonaut
2019-05-28 07:30:56 +02:00
parent 9eef03aa90
commit 72fc78b3c0

View File

@ -236,6 +236,7 @@ public class InteractLogging extends LoggingListener {
}
}
}
break;
default:
}
}