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", "DisplayName":"Set Spawn Point",
"Category":"Gameplay Settings", "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", "Keywords":"spawnpoint,map",
"FieldName":"SpawnPoint", "FieldName":"SpawnPoint",
"InputType":"text", "InputType":"text",
"IsFlagArgument":false, "IsFlagArgument":false,
"ParamFieldName":"SpawnPoint", "ParamFieldName":"SpawnPoint",
"IncludeInCommandLine":false, "IncludeInCommandLine":false,
"DefaultValue":"0.0.0" "DefaultValue":"0,0,0"
}, },
{ {
"DisplayName":"Spawn Items", "DisplayName":"Spawn Items",