mirror of
https://github.com/exituser/Brewery.git
synced 2026-09-17 07:49:03 +00:00
Move stats to own file
This commit is contained in:
@@ -65,6 +65,7 @@ public class LWCBarrel {
|
||||
if (listener.getListener() instanceof LWCPlayerListener) {
|
||||
try {
|
||||
listener.callEvent(lwcEvent);
|
||||
//noinspection deprecation
|
||||
if (lwcEvent.isCancelled()) {
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user