about summary refs log tree commit homepage
path: root/lib/dtas/player/client_handler.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dtas/player/client_handler.rb')
-rw-r--r--lib/dtas/player/client_handler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dtas/player/client_handler.rb b/lib/dtas/player/client_handler.rb
index c346973..a85785b 100644
--- a/lib/dtas/player/client_handler.rb
+++ b/lib/dtas/player/client_handler.rb
@@ -461,7 +461,7 @@ module DTAS::Player::ClientHandler # :nodoc:
         end
       end
       after = src.to_state_hash
-      __current_requeue if before != after && @current.class == before.class
+      __current_requeue if before != after && @current.class == src.class
       io.emit("OK")
     else
       io.emit("ERR unknown source op")