other game

This commit is contained in:
Pedro Ivo Hudson 2024-02-14 11:59:36 -03:00
parent 3dedb5e0e6
commit fdd1719128
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ export default class quake3 extends quake2 {
state.name = this.stripColors(state.name)
for (const key of Object.keys(state.raw)) {
state.raw[key] = this.stripColors(state.raw[key])
if ('version' in state.raw) state.version = state.raw.version
}
for (const player of state.players) {
player.name = this.stripColors(player.name)