better compat for og mod

This commit is contained in:
Pao
2023-01-25 22:57:05 +01:00
parent 65e3450444
commit 49a1f478ac
2 changed files with 96 additions and 74 deletions

10
.vscode/tasks.json vendored
View File

@@ -16,8 +16,11 @@
},
{
"label": "Run two instances of Zomboid Debug No Steam",
"dependsOn": ["Run Zomboid Debug No Steam", "Run Zomboid Debug No Steam"],
"dependsOn": [
"Run Zomboid Debug No Steam",
"Run Zomboid Debug No Steam"
],
"problemMatcher": []
},
{
"label": "Run Zomboid Test Server",
@@ -27,8 +30,5 @@
"$eslint-stylish"
]
}
]
}