Skip to content
This repository was archived by the owner on Jun 17, 2022. It is now read-only.

Commit bbd5ac5

Browse files
committed
Fixed issues in the dispatching and the Redemption event
1 parent d0baa53 commit bbd5ac5

20 files changed

+46
-8
lines changed
-1 Bytes
Binary file not shown.

.gradle/4.3/fileHashes/fileHashes.bin

-19.5 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
-25.1 KB
Binary file not shown.
-17 Bytes
Binary file not shown.
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
#Mon Sep 17 19:32:45 MDT 2018
2-
gradle.version=4.3
1+
#Thu Nov 01 01:23:25 MDT 2018
2+
gradle.version=4.10.2
162 Bytes
Binary file not shown.

src/main/java/me/limeglass/streamelements/api/events/ActivityEvent.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,10 @@ public Instant getInstant() {
4747
public String getType() {
4848
return type;
4949
}
50+
51+
@Override
52+
public String getName() {
53+
return "Activity";
54+
}
5055

5156
}

src/main/java/me/limeglass/streamelements/api/events/AuthenticatedEvent.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,9 @@ public String getMessage() {
3636
return message;
3737
}
3838

39+
@Override
40+
public String getName() {
41+
return "Authenticated";
42+
}
43+
3944
}

0 commit comments

Comments
 (0)