Add server configurator block option
This commit is contained in:
@ -155,6 +155,9 @@ export default function (props: ReportCardProps & { port?: MessagePort }) {
|
||||
<Radio key={2} value="2">
|
||||
Ban
|
||||
</Radio>
|
||||
<Radio key={3} value="3">
|
||||
Disallow Server Configurator
|
||||
</Radio>
|
||||
</VStack>
|
||||
</RadioGroup>,
|
||||
);
|
||||
|
Reference in New Issue
Block a user