diff --git a/protocols/farmingsimulator.js b/protocols/farmingsimulator.js index 70f2cb5..5b46446 100644 --- a/protocols/farmingsimulator.js +++ b/protocols/farmingsimulator.js @@ -35,10 +35,10 @@ export default class farmingsimulator extends Core { } }); - state.mods = []; + state.raw.mods = []; $('Mod').each(function () { if ($(this).attr('name') !== undefined) { - state.mods.push({ + state.raw.mods.push({ name: $(this).text(), short_name: $(this).attr('name'), author: $(this).attr('author'),