mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 11:35:22 +09:00
Update types.lua
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user