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
1 changed files with 1 additions and 1 deletions

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)