This commit is contained in:
aozhiwei 2022-05-06 10:27:58 +08:00
parent ad122e7531
commit 8107c257eb

View File

@ -8,7 +8,7 @@ class KillReward {
public static function get($kill)
{
self::msutBeHash();
self::mustBeHash();
return getXVal(self::$killHash, $kill);
}