summaryrefslogtreecommitdiffstatshomepage
path: root/plugins
diff options
context:
space:
mode:
author cracyc <cracyc@users.noreply.github.com>2016-04-07 21:42:42 -0500
committer cracyc <cracyc@users.noreply.github.com>2016-04-07 21:42:42 -0500
commit06e2aa26a24c83f929f54eaa3274b5da746cd943 (patch)
tree5ef8a6f2e55da27dce5eb713018e4ee3eb162627 /plugins
parenta94eeb628fd9786a4a1d015a7d7fb3a7f40db5a0 (diff)
oops++ (nw)
Diffstat (limited to 'plugins')
-rw-r--r--plugins/timer/init.lua4
1 files 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