Skip to content

Commit

Permalink
Fix Renaming Bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Headline committed Mar 6, 2017
1 parent 758426f commit ab6bc6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hl_gangs.sp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#include <store>
#include <hl_gangs_credits>

#define PLUGIN_VERSION "1.1.1"
#define PLUGIN_VERSION "1.1.2"
#define TAG " \x03[Gangs]\x04"

/* Compiler Instructions */
Expand Down Expand Up @@ -1026,7 +1026,7 @@ public Action OnSay(int client, const char[] command, int args)

DataPack data = new DataPack();
data.WriteCell(client);
data.WriteString(sFormattedText);
data.WriteString(sText);
data.Reset();

char sQuery[300];
Expand Down

0 comments on commit ab6bc6e

Please sign in to comment.