[FIX] UpdatesProvider register

This commit is contained in:
Gravita 2024-08-06 06:19:12 +07:00
parent 9fba637f83
commit 1ff58099bd
No known key found for this signature in database
GPG key ID: 543A8F335C9CD633

View file

@ -17,6 +17,7 @@ public abstract class UpdatesProvider {
public static void registerProviders() {
if (!registredProviders) {
providers.register("local", LocalUpdatesProvider.class);
registredProviders = true;
}
}