summaryrefslogtreecommitdiffstatshomepage
path: root/plugins/timer/init.lua
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/timer/init.lua')
-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