Fix admin tags

- Fix get size group
- Fix admin tags
- Fix texture already used
This commit is contained in:
Gregoire Parant 2020-10-21 17:22:17 +02:00
parent 1df4cb3e17
commit e973921390
3 changed files with 13 additions and 2 deletions

View file

@ -117,4 +117,8 @@ export class Group implements Movable {
this.leave(user);
}
}
get getSize(){
return this.users.size;
}
}