about summary refs log tree commit diff
path: root/machines
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-15 07:54:13 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-15 07:54:13 +0100
commit71d288d53baaabfcbd465fc1251a45ac7699f966 (patch)
tree7b8564e9bec019ffcaff2045afc9e42b270ed67e /machines
parent5db0887697b9614b4371b5e52de392fbb953a382 (diff)
modules/starbound: Fix setting serverUsers
Not a big deal because Starbound ignores unknown nodes, but having
something like this in the resulting config file is a bit ugly:

{
  "serverUsers" : {
    "user1" : {
      "_module" : {
        "args" : {
          "name" : "user1"
        },
        "check" : true
      },
      "admin" : false,
      "password" : "passwd1"
    }
  }
}

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'machines')
0 files changed, 0 insertions, 0 deletions