allowed regions can be null

This commit is contained in:
dordsor21
2021-01-10 17:14:40 +00:00
parent febf5b0175
commit 846443291f
2 changed files with 2 additions and 1 deletions

View File

@ -457,6 +457,7 @@ public class EditSessionBuilder {
return wnaMode;
}
@Nullable
public Region[] getAllowedRegions() {
return allowedRegions;
}