mirror of
https://github.com/reload-gtn/mtsr_modpack.git
synced 2024-11-15 18:20:59 +03:00
add shout
This commit is contained in:
parent
1e713fc793
commit
452e876791
@ -142,7 +142,8 @@ minetest.register_on_player_receive_fields(function(player, formname, fields)
|
||||
interact = true,
|
||||
home = true,
|
||||
spawn = true,
|
||||
tp = true
|
||||
tp = true,
|
||||
shout = true
|
||||
})
|
||||
minetest.log("action", "Granted " ..name.. " interact.")
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user