Skip to content

Commit

Permalink
Merge branch 'hotfix/v1.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
kgns committed Feb 16, 2018
2 parents cde31b4 + d9c4d8a commit 84c6f2a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified addons/sourcemod/plugins/gloves.smx
Binary file not shown.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/gloves.sp
Expand Up @@ -35,7 +35,7 @@ public Plugin myinfo =
name = "Gloves",
author = "kgns | oyunhost.net",
description = "CS:GO Gloves Management",
version = "1.0.2",
version = "1.0.3",
url = "https://www.oyunhost.net"
};

Expand Down
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/gloves/globals.sp
Expand Up @@ -52,7 +52,7 @@ int g_iSteam32[MAXPLAYERS+1] = { 0, ... };
char g_Language[MAX_LANG][32];
int g_iClientLanguage[MAXPLAYERS+1];
Menu menuGlovesGroup[MAX_LANG][4];
Menu menuGloves[MAX_LANG][4][7];
Menu menuGloves[MAX_LANG][4][8];

StringMap g_smGlovesGroupIndex;
StringMap g_smLanguageIndex;

0 comments on commit 84c6f2a

Please sign in to comment.