This commit is contained in:
Alexsandro Percy 2024-02-14 11:10:32 -03:00
parent 844a677684
commit aa3caa8919
1 changed files with 1 additions and 1 deletions

View File

@ -663,7 +663,7 @@ if airutils._use_signs_api then
minetest.register_chatcommand("set_vehicle_name", {
params = "<name>",
description = S("this command is an aliasfor /set_prefix"),
description = S("this command is an alias for /set_prefix"),
privs = {interact = true},
func = prefix_change,
})