mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-12-25 18:20:36 +01:00
Removed useless [[...]]
This commit is contained in:
parent
431979457e
commit
e0874db012
@ -73,7 +73,7 @@ minetest.register_privilege("money_admin", {
|
|||||||
--End.
|
--End.
|
||||||
|
|
||||||
--[[Registration "money" command.
|
--[[Registration "money" command.
|
||||||
--[[ minetest.register_chatcommand("money", {
|
minetest.register_chatcommand("money", {
|
||||||
privs = {money=true},
|
privs = {money=true},
|
||||||
params = "[<account> | pay/take/set/inc/dec <account> <amount>]",
|
params = "[<account> | pay/take/set/inc/dec <account> <amount>]",
|
||||||
description = "Operations with money",
|
description = "Operations with money",
|
||||||
|
Loading…
Reference in New Issue
Block a user