1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-29 15:20:19 +02:00

Removed useless [[...]]

This commit is contained in:
LeMagnesium 2015-07-09 00:02:13 +02:00
parent 431979457e
commit e0874db012

View File

@ -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",