Final manual fixups

This commit is contained in:
Cooldude2606
2026-08-08 23:09:39 +01:00
parent 1e861c5c0b
commit 5890155331
19 changed files with 59 additions and 75 deletions
+1 -2
View File
@@ -376,8 +376,7 @@ function Roles.get_player_highest_role(player)
end
end
local value = assert(highest, "Player has no roles")
return value
return (assert(highest, "Player has no roles"))
end
--- Assignment.