add unreal2 version

This commit is contained in:
Pedro Ivo Hudson 2024-02-14 23:13:25 -03:00
parent 5aa3fec546
commit 73c5b3ae9b
1 changed files with 1 additions and 0 deletions

View File

@ -46,6 +46,7 @@ export default class unreal2 extends Core {
}
}
if ('GamePassword' in state.raw.rules) { state.password = state.raw.rules.GamePassword !== 'True' }
if ('UTComp_Version' in state.raw.rules) { state.version = state.raw.rules.UTComp_Version }
}
if (state.raw.mutators.includes('KillingFloorMut') ||