From 5e8aa8ec1a925eb88f77f28f6ccfbd312596a113 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Wed, 15 Apr 2020 18:19:29 -0400
Subject: [PATCH] Chore: removed unused code snipped.

---
 lib/aethyr/core/commands/command_parser.rb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/lib/aethyr/core/commands/command_parser.rb b/lib/aethyr/core/commands/command_parser.rb
index 8aad2c6..982d461 100644
--- a/lib/aethyr/core/commands/command_parser.rb
+++ b/lib/aethyr/core/commands/command_parser.rb
@@ -61,8 +61,6 @@ module CommandParser
 
   @martial_combat = Set.new(['punch', 'kick', 'dodge'])
 
-  @magic = Set.new
-
   @equipment = Set.new(['wear', 'remove'])
 
   @admin = Set.new(['acreate',
-- 
GitLab