mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Fixes criminal status sorting
This commit is contained in:
@@ -93,7 +93,7 @@ Used In File(s): \code\game\machinery\computer\security.dm
|
||||
<th>{{:helper.link('ID', null, {'sort' : 'id'}, null, 'infoButton')}}</th>
|
||||
<th>{{:helper.link('Rank', null, {'sort' : 'rank'}, null, 'infoButton')}}</th>
|
||||
<th>{{:helper.link('Fingerprints', null, {'sort' : 'fingerprint'}, null, 'infoButton')}}</th>
|
||||
<th>{{:helper.link('Criminal Status', null, {'sort' : 'name'}, null, 'infoButton')}}</th>
|
||||
<th>{{:helper.link('Criminal Status', null, {'sort' : 'crimstat'}, null, 'infoButton')}}</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@@ -231,4 +231,4 @@ Used In File(s): \code\game\machinery\computer\security.dm
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
|
||||
Reference in New Issue
Block a user