update: fix speed limit no outpus

This commit is contained in:
tokumeikoi 2022-12-15 17:08:05 +08:00
parent 2f50a0e90f
commit 286ba79a67

View File

@ -119,7 +119,8 @@ class ServerService
->where('banned', 0) ->where('banned', 0)
->select([ ->select([
'id', 'id',
'uuid' 'uuid',
'speed_limit'
]) ])
->get(); ->get();
} }