mirror of
https://github.com/YGGverse/nex-php.git
synced 2026-04-01 02:05:28 +00:00
fix port number
This commit is contained in:
parent
a241dddbd2
commit
687af4849e
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ class Server
|
|||
|
||||
public function __construct(
|
||||
string $host = '127.0.0.1',
|
||||
int $port = 1915,
|
||||
int $port = 1900,
|
||||
int $size = 1024,
|
||||
bool $live = true
|
||||
) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue