add service agreement
All checks were successful
ci / ci (22, debian-trixie) (push) Successful in 28s

This commit is contained in:
kittentm 2026-07-24 20:56:01 +02:00
commit 5ccb1fb7d1
Signed by: kitten
GPG key ID: 394B4EABE4405A83
2 changed files with 3 additions and 1 deletions

View file

@ -83,6 +83,7 @@ const loadPolicyData = async (id: string) => {
if (id === 'general') markdownPath = '/policy/GENERAL-NETWORK-RULES.md'
else if (id === 'conduct') markdownPath = '/policy/CODE_OF_CONDUCT.md'
else if (id === 'privacy') markdownPath = '/policy/PRIVACY-POLICY.md'
else if (id === 'service') markdownPath = '/policy/serviceagreement.txt'
else {
markdownPath = `/policy/game-rules/${id}/rule.md`
metadataPath = `/policy/game-rules/${id}/metadata.json`