From 06e2aa26a24c83f929f54eaa3274b5da746cd943 Mon Sep 17 00:00:00 2001 From: cracyc Date: Thu, 7 Apr 2016 21:42:42 -0500 Subject: [PATCH] oops++ (nw) --- plugins/timer/init.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/timer/init.lua b/plugins/timer/init.lua index 307a4d98d9a..be96b019919 100644 --- a/plugins/timer/init.lua +++ b/plugins/timer/init.lua @@ -8,9 +8,9 @@ exports.description = "Game play timer" exports.license = "The BSD 3-Clause License" exports.author = { name = "Carl" } -local dummy = exports +local timer = exports -function dummy.startplugin() +function timer.startplugin() local timer_path = "timer" local timer_started = false local total_time = 0