From abafee70f47cff3516afcca0f15d9b4e1ecafeba Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Tue, 5 May 2020 20:00:56 -0400
Subject: [PATCH] Fixed bug in emote.

---
 lib/aethyr/core/actions/commands/emotes/emote_action.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/aethyr/core/actions/commands/emotes/emote_action.rb b/lib/aethyr/core/actions/commands/emotes/emote_action.rb
index 61eacdb..9e8ac6e 100644
--- a/lib/aethyr/core/actions/commands/emotes/emote_action.rb
+++ b/lib/aethyr/core/actions/commands/emotes/emote_action.rb
@@ -28,7 +28,7 @@ module Aethyr
         attr_reader :return_event
 
         def initialize(event, player, room)
-          @event = event
+          @event = event.dup
           @event[:message_type] = :chat
           @event[:player] = player
           @player = player
-- 
GitLab