removeWritable(writable: User): void {
    const index: number = this.inventory.writableUuids.indexOf(writable.uuid);

    if (index >= 0) {
      this.inventory.writableUuids.splice(index, 1);