mirror of
https://github.com/APercy/airutils.git
synced 2025-04-30 08:41:41 -04:00
server parameter for blast explosion is now limited
This commit is contained in:
parent
cc10bd1fef
commit
8654a100f7
1 changed files with 3 additions and 0 deletions
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…
Add table
Reference in a new issue