mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Fix Nudge GM rank requirement
This commit is contained in:
parent
be20b0f604
commit
276e183d85
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
-- Ported from Ioncannon's Project Meteor Server
|
||||
-- https://bitbucket.org/Ioncannon/project-meteor-server/src/develop/Data/scripts/commands/gm/nudge.lua
|
||||
permissions = GM_RANK_MAX
|
||||
permissions = GM_RANK_DEBUG
|
||||
|
||||
function send_msg(message, player)
|
||||
player:send_message(string.format("[nudge] %s", message))
|
||||
|
|
Loading…
Add table
Reference in a new issue