mirror of
https://github.com/APercy/airutils
synced 2025-08-21 20:05:48 +02: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
|
||||
|
||||
minetest.register_chatcommand("enable_blast_damage", {
|
||||
params = "<true/false>",
|
||||
description = "Enable/disable explosion blast damage",
|
||||
privs = {server=true},
|
||||
func = function(name, param)
|
||||
local command = param
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user