Remove dead code

master^2
Lars Müller 2022-05-13 11:16:46 +02:00 committed by GitHub
parent 31f498d931
commit f87dc6e2c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -9,7 +9,6 @@ return {
search_radius = {
type = "number",
description = "Search radius for entities & players",
values = set,
range = {min_exclusive = 0, max = 100},
int = false,
infinity = false,
@ -22,4 +21,4 @@ return {
default = false
}
}
}
}