mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 09:44:55 +02:00
* added travisci to prevent mistype (#89)
* feat: travis * feat: travis * feat: travis * feat: travis * feat: travis * fix: typo
This commit is contained in:
@@ -100,7 +100,7 @@ class OTS_ServerStatus
|
||||
/**
|
||||
* Server software info.
|
||||
*/
|
||||
const REQUEST_SERVER_SOFTWARE_INFO = 0x23;
|
||||
const RESPOND_SERVER_SOFTWARE_INFO = 0x23;
|
||||
/**
|
||||
* Server name.
|
||||
*
|
||||
@@ -278,7 +278,7 @@ class OTS_ServerStatus
|
||||
}
|
||||
break;
|
||||
|
||||
case self::REQUEST_SERVER_SOFTWARE_INFO:
|
||||
case self::RESPOND_SERVER_SOFTWARE_INFO:
|
||||
$this->softwareName = $info->getString();
|
||||
$this->softwareVersion = $info->getString();
|
||||
$this->softwareProtocol = $info->getString();
|
||||
|
Reference in New Issue
Block a user