Fix spawnpoints setting formatting

This commit is contained in:
Greelan 2022-01-31 15:40:37 +11:00
parent 55fc17853b
commit 23a76b1068

View File

@ -402,14 +402,14 @@
{
"DisplayName":"Set Spawn Point",
"Category":"Gameplay Settings",
"Description":"Sets the spawn point. Default is 0.0.0. Use X.Y.Z coordinates",
"Description":"Sets the spawn point. Default is 0,0,0. Use x,y,z coordinates",
"Keywords":"spawnpoint,map",
"FieldName":"SpawnPoint",
"InputType":"text",
"IsFlagArgument":false,
"ParamFieldName":"SpawnPoint",
"IncludeInCommandLine":false,
"DefaultValue":"0.0.0"
"DefaultValue":"0,0,0"
},
{
"DisplayName":"Spawn Items",