mirror of
https://github.com/APercy/airutils.git
synced 2025-03-21 18:41:21 +00:00
typo fix
This commit is contained in:
parent
844a677684
commit
aa3caa8919
1 changed files with 1 additions and 1 deletions
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…
Add table
Reference in a new issue