1
This commit is contained in:
parent
5200c81ad7
commit
f3d5a2e26a
@ -78,7 +78,7 @@ class StarLevel
|
|||||||
|
|
||||||
public static function getCurrentSeason(){
|
public static function getCurrentSeason(){
|
||||||
foreach (self::getMetaListStarRoad() as $meta) {
|
foreach (self::getMetaListStarRoad() as $meta) {
|
||||||
if (myself()->_getNowTime() >= strtotime($meta['start_time']) &&
|
if (myself()->_getNowTime() >= strtotime($meta['begin_time']) &&
|
||||||
myself()->_getNowTime() <= strtotime($meta['end_time'])) {
|
myself()->_getNowTime() <= strtotime($meta['end_time'])) {
|
||||||
return $meta;
|
return $meta;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user