mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-16 07:20:31 +01:00
Fixed whoison : double argument in chatcommand reg
- Attempted to register chatcommand "timeonline","played", changed to "timeonline"
This commit is contained in:
parent
9a42cae60c
commit
f9b99b9eb8
|
@ -93,10 +93,9 @@ minetest.register_chatcommand("seen",{
|
|||
minetest.chat_send_player(name,"Usage is /seen <name>")
|
||||
end
|
||||
end
|
||||
}
|
||||
)
|
||||
})
|
||||
|
||||
minetest.register_chatcommand("timeonline","played"{
|
||||
minetest.register_chatcommand("timeonline"{
|
||||
param = "<name>",
|
||||
description = "Shows the cumulative time a player has been online",
|
||||
func = function (name, param)
|
||||
|
|
Loading…
Reference in New Issue
Block a user