diff --git a/config.d/mayhem-party.d/v01-live.yaml b/config.d/mayhem-party.d/v01-live.yaml index 41fa459..4056fb5 100644 --- a/config.d/mayhem-party.d/v01-live.yaml +++ b/config.d/mayhem-party.d/v01-live.yaml @@ -1,18 +1,7 @@ feedback: addr: :17071 ttsurl: http://localhost:15002 -users: - bel: - meta: - lasttsms: 1681167232281 - lastlag: 216 - state: - player: 1 - message: "" - gm: - alias: "" - lastalias: "" - vote: "" +users: {} players: - transformation: "1": "1" @@ -64,4 +53,4 @@ players: w: "n" quiet: false broadcast: - message: bel is now player 1 + message: '#early access' diff --git a/git.d/mayhem-party.d b/git.d/mayhem-party.d index 9418cec..41a39c4 160000 --- a/git.d/mayhem-party.d +++ b/git.d/mayhem-party.d @@ -1 +1 @@ -Subproject commit 9418cecdf56626a1ba263dfa4fd9afe1c1cac1d1 +Subproject commit 41a39c40d0d627b67951c05da9ca2e48047c9cb2 diff --git a/server.sh b/server.sh index 5c2aa4a..0cc7b5c 100644 --- a/server.sh +++ b/server.sh @@ -42,7 +42,7 @@ _discord() { sudo snap install discord fi ( - snap run discord + exec snap run discord ) &> /tmp/mayhem-party.discord.log & disown )