1
0
Fork 0
mirror of https://github.com/Acamaeda/The-Modding-Tree.git synced 2025-02-16 09:41:41 +00:00

Set githackBranch to empty string by default

This commit is contained in:
thepaperpilot 2022-02-12 16:44:32 -06:00
parent 21f775bdf8
commit f5583b67f1

View file

@ -8,7 +8,7 @@ let gameInfo = {
discordName: "",
discordLink: "",
initialStartPoints: new Decimal (10), // Used for hard resets and new players
githackBranch: "feature/githack-redirect",
githackBranch: "",
offlineLimit: 1, // In hours
}