Skip to content

Commit

Permalink
add priv to /bx_load_update
Browse files Browse the repository at this point in the history
  • Loading branch information
BuckarooBanzay committed Mar 17, 2024
1 parent 4968a8d commit 325009c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commands/load_update_chat.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
minetest.register_chatcommand("bx_load_update", {
params = "[area_id?]",
description = "downloads changes",
privs = {blockexchange = true},
func = function(name, area_id)
local area, err_msg = blockexchange.select_player_area(name, area_id)
if err_msg then
Expand Down

0 comments on commit 325009c

Please sign in to comment.