remove console log
All checks were successful
Build / build (pull_request) Successful in 2m54s

This commit is contained in:
AMelonInsideLemon 2025-10-10 19:49:51 +02:00
parent f7573cc7cc
commit ea2a51d604

View File

@ -2364,9 +2364,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
} }
if (config.worldState?.wolfHunt != undefined) { if (config.worldState?.wolfHunt != undefined) {
const year = config.worldState.wolfHunt; if (config.worldState.wolfHunt == 0) {
console.log(year);
if (year == 0) {
worldState.Goals.push({ worldState.Goals.push({
_id: { _id: {
$oid: "67ed7672798d6466172e3b9c" $oid: "67ed7672798d6466172e3b9c"
@ -2407,7 +2405,7 @@ export const getWorldState = (buildLabel?: string): IWorldState => {
] ]
} }
}); });
} else if (year == 1) { } else if (config.worldState.wolfHunt == 1) {
worldState.Goals.push({ worldState.Goals.push({
_id: { _id: {
$oid: "67ed7672798d6466172e3b9d" $oid: "67ed7672798d6466172e3b9d"