mirror of
https://github.com/YGGverse/hl-php.git
synced 2026-03-31 09:05:44 +00:00
fix namespaces
This commit is contained in:
parent
c91e69fc73
commit
cd22acf846
2 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ PHP 8 library for Half-Life API with native IPv6 / Yggdrasil support
|
|||
#### Master
|
||||
|
||||
```
|
||||
$master = new Yggverse\Hl\Xash3d\Master('hl.ygg', 27010);
|
||||
$master = new \Yggverse\Hl\Xash3D\Master('hl.ygg', 27010);
|
||||
|
||||
var_dump(
|
||||
$master->getServersIPv6()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue