1
Fork 0
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:
The Dax 2025-06-20 09:42:14 -04:00 committed by Joshua Goins
parent be20b0f604
commit 276e183d85

View file

@ -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))