mirror of
https://github.com/Dark98/SliceBeam.git
synced 2026-07-02 16:49:02 +00:00
Quick fix
This commit is contained in:
@@ -259,7 +259,7 @@ public class CloudController {
|
||||
}
|
||||
|
||||
public static boolean hasAccountFeatures() {
|
||||
return userFeatures != null && !userFeatures.levels.isEmpty();
|
||||
return userFeatures != null && userFeatures.levels != null && !userFeatures.levels.isEmpty();
|
||||
}
|
||||
|
||||
public static boolean isSyncAvailable() {
|
||||
|
||||
Reference in New Issue
Block a user