diff --git a/include/check.php b/include/check.php index f4f90c4..639477d 100644 --- a/include/check.php +++ b/include/check.php @@ -90,7 +90,8 @@ */ public function CheckUser($osuid, $mode) { - if ($osuid !== $this->OsuID && $osuid !== $this->RealID) + $osuid = strtolower($osuid); + if ($osuid !== $this->OsuID && $osuid !== strtolower($this->RealID)) $this->ResetObject(); $this->SelectMode($mode);