diff --git a/common/src/main/java/ctbrec/event/Event.java b/common/src/main/java/ctbrec/event/Event.java index f5f00710..8c81c2c7 100644 --- a/common/src/main/java/ctbrec/event/Event.java +++ b/common/src/main/java/ctbrec/event/Event.java @@ -2,7 +2,7 @@ package ctbrec.event; public abstract class Event { - public static enum Type { + public enum Type { /** * This event is fired every time the OnlineMonitor sees a model online * It is also fired, if the model was online before. You can see it as a "still online ping".