Update server.js
This commit is contained in:
parent
6b5aa08dba
commit
b4f4202faa
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue