mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-24 00:42:43 +00:00
Also cache null entries
This commit is contained in:
parent
84341fcd6e
commit
f92378b217
@ -40,6 +40,7 @@ function get_name($uuid) {
|
|||||||
$uuid_name_cache[$uuid] = $banner;
|
$uuid_name_cache[$uuid] = $banner;
|
||||||
return $banner;
|
return $banner;
|
||||||
}
|
}
|
||||||
|
$uuid_name_cache[$uuid] = null;
|
||||||
return null;
|
return null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user