fix port number

This commit is contained in:
yggverse 2024-04-24 00:24:48 +03:00
parent a241dddbd2
commit 687af4849e
2 changed files with 2 additions and 2 deletions

View file

@ -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
) {