Skip to content

Commit 7bb5262

Browse files
authored
chore: change min GM rank to use commands
1 parent c8e9aa9 commit 7bb5262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

hideAndSeek.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ function haS.OnCommand(_, player, command, chatHandler)
213213
local commandArray = {}
214214

215215
--prevent players from using this, GM rank 2 is required.
216-
if not chatHandler:IsAvailable( 2 ) then
216+
if not chatHandler:IsAvailable( 1 ) then
217217
return
218218
end
219219

0 commit comments

Comments
 (0)