diff --git a/protocols/jc2mp.js b/protocols/jc2mp.js index 617dc02..f7220e3 100644 --- a/protocols/jc2mp.js +++ b/protocols/jc2mp.js @@ -12,5 +12,7 @@ export default class jc2mp extends gamespy3 { async run (state) { await super.run(state) + + state.version = state.raw.version } }