mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 09:05:44 +00:00
fix syntax error
This commit is contained in:
parent
b1fce6a668
commit
82c8564645
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ class Master
|
||||||
}
|
}
|
||||||
|
|
||||||
// Filter query
|
// Filter query
|
||||||
if (false === fwrite($socket, fwrite($socket, "1{$region}{$host}:{$port}\0\\gamedir\\{$gamedir}\0")))
|
if (false === fwrite($socket, "1{$region}{$host}:{$port}\0\\gamedir\\{$gamedir}\0"))
|
||||||
{
|
{
|
||||||
$this->_errors[] = _('Could not send socket query');
|
$this->_errors[] = _('Could not send socket query');
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue