Fixed call to undefined method.

This commit is contained in:
flash 2024-12-15 05:22:20 +00:00
parent 6d90bdce5b
commit c1edd0d7c9

View file

@ -90,7 +90,7 @@ class Authorisations {
bool $grant = false
): void {
if($uuid instanceof VerificationInfo) {
$remoteAddr = $uuid->getAddressRaw();
$remoteAddr = $uuid->getAddress();
$uuid = $uuid->getUUIDRaw();
} else {
if($remoteAddr === null)