mirror of
https://github.com/APercy/airutils
synced 2025-11-18 20:47:58 +01:00
server parameter for blast explosion is now limited
This commit is contained in:
parent
cc10bd1fef
commit
8654a100f7
3
init.lua
3
init.lua
@ -458,6 +458,9 @@ function airutils.normalize_rotations(rotations)
|
|||||||
end
|
end
|
||||||
|
|
||||||
minetest.register_chatcommand("enable_blast_damage", {
|
minetest.register_chatcommand("enable_blast_damage", {
|
||||||
|
params = "<true/false>",
|
||||||
|
description = "Enable/disable explosion blast damage",
|
||||||
|
privs = {server=true},
|
||||||
func = function(name, param)
|
func = function(name, param)
|
||||||
local command = param
|
local command = param
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user