Mirror von
https://github.com/TheSilentPro/HeadDB.git
synchronisiert 2024-12-26 19:02:39 +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;
|
||||
|
||||
public AsyncHeadsFetchedEvent(int headsCount, String providerName, long timeTook) {
|
||||
super(true);
|
||||
this.headsCount = headsCount;
|
||||
this.providerName = providerName;
|
||||
this.timeTook = timeTook;
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren