Update ManifestJSON.java

This commit is contained in:
Timo Ley 2020-07-29 11:09:16 +02:00 committed by GitHub
parent 654a782742
commit c7b78418cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ public class ManifestJSON extends JSON {
rel.options = new ArrayList<>();
rel.options.add("required");
rel.options.add("client");
rel.options.add("required");
rel.options.add("server");
rel.options.add("included");
return rel;
}