mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 09:56:06 +00:00
Remove errors from Utils::getRandomBytes()
This commit is contained in:
@ -66,7 +66,7 @@ class QueryHandler{
|
||||
|
||||
public function regenerateToken(){
|
||||
$this->lastToken = $this->token;
|
||||
$this->token = Utils::getRandomBytes(16, false);
|
||||
$this->token = @Utils::getRandomBytes(16, false);
|
||||
}
|
||||
|
||||
public static function getTokenString($token, $salt){
|
||||
|
Reference in New Issue
Block a user