Skip to content

Commit

Permalink
Suggested change
Browse files Browse the repository at this point in the history
Co-authored-by: SmallJoker <[email protected]>
  • Loading branch information
luk3yx and SmallJoker authored Dec 21, 2024
1 parent daca80f commit 0bf583d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mesecons_commandblock/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,8 +158,8 @@ local function commandblock_action_on(pos, node)
return
end
if #param > param_maxlen then
minetest.chat_send_player(owner, "Command parameters can only be " ..
param_maxlen .. " bytes long")
minetest.chat_send_player(owner, "Command parameters are limited to max. " ..
param_maxlen .. " bytes.")
return
end
local has_privs, missing_privs = minetest.check_player_privs(owner, cmddef.privs)
Expand Down

0 comments on commit 0bf583d

Please sign in to comment.