chore: make this reference more future proof

This commit is contained in:
Sainan 2025-02-28 07:08:33 +01:00
parent 08a4dba80b
commit 05c0a91f82

View File

@ -290,7 +290,7 @@ export const addMissionRewards = async (
if ( if (
missions && missions &&
missions.Tag != "" // #1013 missions.Tag != "" // https://onlyg.it/OpenWF/SpaceNinjaServer/issues/1013
) { ) {
const node = getNode(missions.Tag); const node = getNode(missions.Tag);