Skip to content

Commit

Permalink
adding spawnflags to checkpoint_disabled_volume
Browse files Browse the repository at this point in the history
snake-biscuits committed Nov 7, 2023
1 parent 62e54c0 commit 37d4dc6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions pilot/r2/checkpoint_disabled_volume.json
Original file line number Diff line number Diff line change
@@ -123,6 +123,26 @@
"name": "Wait",
"default": "False"
}
],
"SpawnFlags": [
{
"bit": 0,
"name": "PILOTS",
"default": "True",
"description": "Allow Pilots"
},
{
"bit": 1,
"name": "NPCS",
"default": "True",
"description": "Allow NPCs"
},
{
"bit": 12,
"name": "NO BOTS",
"default": "True",
"description": "Disallow bots"
}
]
}

0 comments on commit 37d4dc6

Please sign in to comment.