Regrouped some of the responses

This commit is contained in:
PRO100KatYT
2023-03-12 14:52:39 +01:00
parent 628ddb6133
commit 4d2f8e4b7c
23 changed files with 18 additions and 18 deletions

View File

@@ -145,7 +145,7 @@ function getItemShop() {
function getTheater(req) {
const memory = GetVersionInfo(req);
var theater = JSON.stringify(require("./../responses/worldstw.json"));
var theater = JSON.stringify(require("./../responses/Campaign/worldstw.json"));
var Season = "Season" + memory.season;
try {