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:
parent
21f775bdf8
commit
f5583b67f1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue