mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-09 06:04:23 +01:00
Update tgui/packages/tgui/interfaces/common/CrewManifest.js
Co-authored-by: Contrabang <91113370+Contrabang@users.noreply.github.com>
This commit is contained in:
@@ -29,8 +29,7 @@ const HCC = (role) => {
|
||||
// Head bold check. Abbreviated to save on 80 char
|
||||
const HBC = (role) => {
|
||||
// Return true if they are a head
|
||||
if (HeadRoles.indexOf(role) !== -1) {
|
||||
return true;
|
||||
return (HeadRoles.indexOf(role) !== -1);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user