1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-29 07:50:35 +02:00

Renamed /timeonline command

- /timeonline is now /players. Solves #62
This commit is contained in:
LeMagnesium 2015-05-23 17:10:16 +02:00
parent c8ef273cab
commit 621cbdf04b

View File

@ -95,7 +95,7 @@ minetest.register_chatcommand("seen",{
end end
}) })
minetest.register_chatcommand("timeonline",{ minetest.register_chatcommand("played",{
param = "<name>", param = "<name>",
description = "Shows the cumulative time a player has been online", description = "Shows the cumulative time a player has been online",
func = function (name, param) func = function (name, param)