1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-06-30 07:30:22 +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
})
minetest.register_chatcommand("timeonline",{
minetest.register_chatcommand("played",{
param = "<name>",
description = "Shows the cumulative time a player has been online",
func = function (name, param)