diff --git a/lib/aethyr/core/actions/commands/quit.rb b/lib/aethyr/core/actions/commands/quit.rb
index 86ea65cfed98671591bd3c721b3938cf5bbc3912..5e0fd9d0f2718c70371f2287bd322ac1a938ea97 100644
--- a/lib/aethyr/core/actions/commands/quit.rb
+++ b/lib/aethyr/core/actions/commands/quit.rb
@@ -11,7 +11,7 @@ module Aethyr
 
           def action
             event = @data
-            $manager.drop_player player
+            $manager.drop_player @player
           end
         end
       end