mirror of
https://github.com/YGGverse/hl-php.git
synced 2025-01-28 23:34:17 +00:00
fix packet end condition
This commit is contained in:
parent
3ffb314fa4
commit
550efd120f
@ -94,7 +94,7 @@ class Master
|
||||
}
|
||||
|
||||
// Is end of packet
|
||||
if (true === str_starts_with($host, (string) 0))
|
||||
if (true === str_ends_with(bin2hex($host), bin2hex("\0\0\0\0\0\0")))
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user