隐身进入和房间在线列表
This commit is contained in:
@@ -435,7 +435,7 @@ class RoomPit extends Model
|
|||||||
->order('a.rank_value desc')->select();
|
->order('a.rank_value desc')->select();
|
||||||
if(!empty($special)){
|
if(!empty($special)){
|
||||||
//把特殊用户放在最前面
|
//把特殊用户放在最前面
|
||||||
array_unshift($list['regular'],$special);
|
array_unshift($list['special'],$special);
|
||||||
}
|
}
|
||||||
foreach ($list['special'] as $k => $v){
|
foreach ($list['special'] as $k => $v){
|
||||||
//查询用户的爵位
|
//查询用户的爵位
|
||||||
|
|||||||
Reference in New Issue
Block a user