mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2025-01-12 02:50:25 +01:00
Commited a missing comma
This commit is contained in:
parent
cc1d39e962
commit
b6ab203882
@ -95,7 +95,7 @@ minetest.register_chatcommand("seen",{
|
|||||||
end
|
end
|
||||||
})
|
})
|
||||||
|
|
||||||
minetest.register_chatcommand("timeonline"{
|
minetest.register_chatcommand("timeonline",{
|
||||||
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user