|
@@ -13,7 +13,7 @@
|
|
|
|
|
|
#pragma newdecls required
|
|
|
|
|
|
-#define PLUGIN_VERSION "0.1.3"
|
|
|
+#define PLUGIN_VERSION "0.1.4"
|
|
|
public Plugin myinfo = {
|
|
|
name = "[CSRD] Simple Chat Processor",
|
|
|
author = "nosoop (based off of Simple Plugins' implementation)",
|
|
@@ -85,6 +85,8 @@ public void OnClientDisconnect(int client) {
|
|
|
|
|
|
delete clientList;
|
|
|
}
|
|
|
+ delete messages;
|
|
|
+
|
|
|
g_QueuedMessages[client].Clear();
|
|
|
}
|
|
|
delete g_QueuedMessages[client];
|