mirror of
https://github.com/v2board/v2board.git
synced 2024-11-10 09:39:10 +08:00
update: fix speed limit no outpus
This commit is contained in:
parent
2f50a0e90f
commit
286ba79a67
@ -119,7 +119,8 @@ class ServerService
|
||||
->where('banned', 0)
|
||||
->select([
|
||||
'id',
|
||||
'uuid'
|
||||
'uuid',
|
||||
'speed_limit'
|
||||
])
|
||||
->get();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user