This commit is contained in:
2024-10-20 16:20:55 +02:00
commit 33702fce0b
122 changed files with 9293 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
#!/usr/bin/env bash
set -eE
# There are two sets of mpmission files for Namalsk, one for the regular version and one for the hardcore version.
# This is why there is a wildcard in MPDIR.
MAP="Namalsk"
DIR="Namalsk-Server"
REPO="https://github.com/SumrakDZN/${DIR}.git"
MPDIR="*.namalsk"