From a4ae492735f97f85edff1340a331b795688111f9 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 22 Feb 2021 20:27:21 -0500
Subject: [PATCH] Removed code that automatically blinded players.

---
 lib/aethyr/core/actions/commands/look.rb | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/lib/aethyr/core/actions/commands/look.rb b/lib/aethyr/core/actions/commands/look.rb
index 6b5bd74..d2bd3b4 100644
--- a/lib/aethyr/core/actions/commands/look.rb
+++ b/lib/aethyr/core/actions/commands/look.rb
@@ -14,9 +14,6 @@ module Aethyr
             event = @data
             room = $manager.get_object(@player.container)
 
-            # TODO : remove this next line
-            Blind.new(@player)
-
             blind_data = { :can_look => true }
             @player.broadcast_from(:pre_look, blind_data)
 
-- 
GitLab