mirror of
https://github.com/APercy/airutils
synced 2025-09-28 21:46:23 +02:00
typo fix
This commit is contained in:
parent
844a677684
commit
aa3caa8919
2
init.lua
2
init.lua
@ -663,7 +663,7 @@ if airutils._use_signs_api then
|
|||||||
|
|
||||||
minetest.register_chatcommand("set_vehicle_name", {
|
minetest.register_chatcommand("set_vehicle_name", {
|
||||||
params = "<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},
|
privs = {interact = true},
|
||||||
func = prefix_change,
|
func = prefix_change,
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user