Update types.lua

This commit is contained in:
2024-12-30 19:55:13 +09:00
committed by GitHub
parent 3830a464f8
commit 5ae20ac21c

View File

@@ -231,6 +231,7 @@ types.color =
end end
end) end)
--[[
--- A player who has joined the game at least once, with a lower role --- A player who has joined the game at least once, with a lower role
types.lower_role_player = types.lower_role_player =
add("lower_role_player", function(input, player) add("lower_role_player", function(input, player)
@@ -255,5 +256,6 @@ types.lower_role =
return invalid{ "exp-commands-parse.role", input } return invalid{ "exp-commands-parse.role", input }
end end
end) end)
]]
return types return types