Skip to content

Commit 36d540c

Browse files
committed
both missing
1 parent 6e26415 commit 36d540c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/cloud/schemas/cloud_schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ mapping:
55
type: map
66
nullable: false
77
mapping:
8-
banlist: {type: str, nullable: false, enum: ['pvp', 'pve']}
8+
banlist: {type: str, nullable: false, enum: ['pvp', 'pve', 'both']}
99
dcs-ban: {type: bool, nullable: false}
1010
discord-ban: {type: bool, nullable: false}
1111
watchlist_only: {type: bool, nullable: false}

0 commit comments

Comments
 (0)