about summary refs log tree commit homepage
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/dtas/player.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/player.rb b/lib/dtas/player.rb
index 6236be6..62dde03 100644
--- a/lib/dtas/player.rb
+++ b/lib/dtas/player.rb
@@ -393,7 +393,7 @@ class DTAS::Player # :nodoc:
   end
 
   def player_idle
-    @tl.reset
+    @tl.reset unless @paused
     wall("idle")
   end