mirror of
https://github.com/YGGverse/HLState.git
synced 2026-03-31 09:05:44 +00:00
reorder arguments api
This commit is contained in:
parent
3192aab93d
commit
48032362b8
2 changed files with 5 additions and 5 deletions
8
composer.lock
generated
8
composer.lock
generated
|
|
@ -8071,12 +8071,12 @@
|
||||||
"source": {
|
"source": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/YGGverse/hl-php.git",
|
"url": "https://github.com/YGGverse/hl-php.git",
|
||||||
"reference": "82c8564645da6193710d1c1fd26e8af5f9971396"
|
"reference": "bacfce5f1bb057180f9350968b9b2e20066822ee"
|
||||||
},
|
},
|
||||||
"dist": {
|
"dist": {
|
||||||
"type": "zip",
|
"type": "zip",
|
||||||
"url": "https://api.github.com/repos/YGGverse/hl-php/zipball/82c8564645da6193710d1c1fd26e8af5f9971396",
|
"url": "https://api.github.com/repos/YGGverse/hl-php/zipball/bacfce5f1bb057180f9350968b9b2e20066822ee",
|
||||||
"reference": "82c8564645da6193710d1c1fd26e8af5f9971396",
|
"reference": "bacfce5f1bb057180f9350968b9b2e20066822ee",
|
||||||
"shasum": ""
|
"shasum": ""
|
||||||
},
|
},
|
||||||
"default-branch": true,
|
"default-branch": true,
|
||||||
|
|
@ -8109,7 +8109,7 @@
|
||||||
"issues": "https://github.com/YGGverse/hl-php/issues",
|
"issues": "https://github.com/YGGverse/hl-php/issues",
|
||||||
"source": "https://github.com/YGGverse/hl-php/tree/main"
|
"source": "https://github.com/YGGverse/hl-php/tree/main"
|
||||||
},
|
},
|
||||||
"time": "2026-03-04T18:50:03+00:00"
|
"time": "2026-03-04T19:24:12+00:00"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"packages-dev": [
|
"packages-dev": [
|
||||||
|
|
|
||||||
|
|
@ -65,7 +65,7 @@ class CrontabController extends AbstractController
|
||||||
// Connect master node
|
// Connect master node
|
||||||
$node = new \Yggverse\Hl\Xash3D\Master($host, $port, 1);
|
$node = new \Yggverse\Hl\Xash3D\Master($host, $port, 1);
|
||||||
|
|
||||||
foreach ((array) $node->getServers(100, "\xFF", "[::]", 0) as $key => $value) // @TODO IPv4 thread
|
foreach ((array) $node->getServers(100, "[::]") as $key => $value) // @TODO IPv4 thread
|
||||||
{
|
{
|
||||||
// Generate server identity
|
// Generate server identity
|
||||||
$crc32server = crc32(
|
$crc32server = crc32(
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue