Minor cleanup to satisfy code inspection

This commit is contained in:
mmorrison 2017-08-09 05:41:30 -05:00
parent 20b012ba80
commit c0548fb886
4 changed files with 5 additions and 3 deletions

View file

@ -4,6 +4,7 @@ class Battlefield extends require('./core') {
constructor() {
super();
this.encoding = 'latin1';
this.isBadCompany2 = false;
}
run(state) {