Fix spawnpoints setting formatting
This commit is contained in:
		@@ -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",
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user