1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2024-09-28 15:30:33 +02:00

Commited a missing comma

This commit is contained in:
LeMagnesium 2015-03-21 23:36:39 +01:00
parent cc1d39e962
commit b6ab203882

View File

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