types: Fix missing field in ServerAdvertisement (#313)

This commit is contained in:
Miner 2022-10-27 17:41:31 -04:00 committed by GitHub
commit 58724960ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

1
index.d.ts vendored
View file

@ -190,6 +190,7 @@ declare module "bedrock-protocol" {
playersMax: number
gamemode: string
serverId: string
levelName:string
}
export interface RealmsOptions {