mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
drop the incorrect scale from domain settings
This commit is contained in:
parent
020942c826
commit
7f46714645
1 changed files with 2 additions and 2 deletions
|
@ -874,7 +874,7 @@
|
|||
{
|
||||
"name": "min_avatar_scale",
|
||||
"type": "double",
|
||||
"label": "Minimum Avatar Scale (meters)",
|
||||
"label": "Minimum Avatar Scale",
|
||||
"help": "Limits the scale of avatars in your domain. Must be at least 0.005.",
|
||||
"placeholder": 0.25,
|
||||
"default": 0.25
|
||||
|
@ -882,7 +882,7 @@
|
|||
{
|
||||
"name": "max_avatar_scale",
|
||||
"type": "double",
|
||||
"label": "Maximum Avatar Scale (meters)",
|
||||
"label": "Maximum Avatar Scale",
|
||||
"help": "Limits the scale of avatars in your domain. Cannot be greater than 1000.",
|
||||
"placeholder": 3.0,
|
||||
"default": 3.0
|
||||
|
|
Loading…
Reference in a new issue