More async conversions

This commit is contained in:
mmorrison 2019-01-09 05:35:11 -06:00
parent 77b2cc1c7f
commit 9b8423b20a
15 changed files with 859 additions and 704 deletions

View file

@ -1,8 +1,8 @@
const Gamespy3 = require('./gamespy3');
class Ut3 extends Gamespy3 {
finalizeState(state) {
super.finalizeState(state);
async run(state) {
await super.run(state);
this.translate(state.raw,{
'mapname': false,