Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-28 03:40:06 +01:00
Fix Async
Dieser Commit ist enthalten in:
Ursprung
d8d428947a
Commit
bd019f3193
@ -11,6 +11,7 @@ public class AsyncHeadsFetchedEvent extends Event {
|
|||||||
private final long timeTook;
|
private final long timeTook;
|
||||||
|
|
||||||
public AsyncHeadsFetchedEvent(int headsCount, String providerName, long timeTook) {
|
public AsyncHeadsFetchedEvent(int headsCount, String providerName, long timeTook) {
|
||||||
|
super(true);
|
||||||
this.headsCount = headsCount;
|
this.headsCount = headsCount;
|
||||||
this.providerName = providerName;
|
this.providerName = providerName;
|
||||||
this.timeTook = timeTook;
|
this.timeTook = timeTook;
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren