Skip to content

Commit

Permalink
Update resident.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Jul 15, 2024
1 parent c293e76 commit 4f889f4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions common/resident.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ import * as database from '../bot/utils/database.js'
import {
OfficialAPI,
Nova, Aurora,
type OAPIResident,
type OnlinePlayer
type OAPIResident
} from 'earthmc'

import {
Expand Down Expand Up @@ -36,7 +35,7 @@ class ResidentHelper extends BaseHelper {
this.#apiResident = val
}

onlinePlayer: OnlinePlayer = null
onlinePlayer: { name: string } = null

pInfo = null

Expand Down

0 comments on commit 4f889f4

Please sign in to comment.