lib/spielbash/model/action/message_action.rb in spielbash-0.1.1 vs lib/spielbash/model/action/message_action.rb in spielbash-0.1.2
- old
+ new
@@ -13,8 +13,9 @@
sleep(action_context.typing_delay_s)
end
sleep(action_context.reading_delay_s)
session.send_key('C-h', message.length) if (action_context.delete)
+ sleep(action_context.typing_delay_s)
end
end
end
\ No newline at end of file