From e38b57f5f3012c63e55bb31cbd120832183710f8 Mon Sep 17 00:00:00 2001
From: STAM <stam@epicm.org>
Date: Fri, 25 Dec 2015 15:32:45 +0300
Subject: [PATCH] bump

---
 README.md                                    | 5 +++--
 amxmodx/scripting/sound_connect_announce.sma | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 9e94a30..9e35fc5 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-AMXx-Sound-connect-announce
+AMXx Sound connect announce
 ===========================
 
-Fork of Sound connect announce plugin
+Fork of Sound connect announce plugin.
+Fixed some sounds and source code.
diff --git a/amxmodx/scripting/sound_connect_announce.sma b/amxmodx/scripting/sound_connect_announce.sma
index ab891d6..1487f17 100644
--- a/amxmodx/scripting/sound_connect_announce.sma
+++ b/amxmodx/scripting/sound_connect_announce.sma
@@ -7,6 +7,7 @@ Special thaks to:
 	Burton - for testing
 	radko412 - for testing	
 	hateYou - for new order of the code
+	EpicMorg Team - fixes
 */
 
 #include <amxmodx> 
@@ -28,7 +29,7 @@ public plugin_precache()
 public plugin_init() 
 {
 	register_plugin("Sound connect announce", "1.1.1", "papyrus_kn, EpicMorg") 
-	register_cvar("sca_version", "1.1", FCVAR_SERVER|FCVAR_SPONLY)
+	register_cvar("sca_version", "1.1.1", FCVAR_SERVER|FCVAR_SPONLY)
 }
 
 public client_putinserver(id)