Update server.js

This commit is contained in:
extremeheat 2025-01-17 05:36:27 -05:00 committed by GitHub
commit b4f4202faa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -119,7 +119,7 @@ class Server extends EventEmitter {
}
async listen () {
const { host, port, maxPlayer } = this.options
const { host, port, maxPlayers } = this.options
this.raknet = new this.RakServer({ host, port, maxPlayers }, this)
try {