Skip to content

Commit

Permalink
Fix #40
Browse files Browse the repository at this point in the history
  • Loading branch information
Hexer10 committed Jul 20, 2019
1 parent b944d71 commit 1788168
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion addons/sourcemod/scripting/hextags.sp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* by: Hexah
* https://github.com/Hexer10/HexTags
*
* Copyright (C) 2017 Mattia (Hexah|Hexer10|Papero)
* Copyright (C) 2017-2019 Mattia (Hexah|Hexer10|Papero)
*
* This file is part of the HexTags SourceMod Plugin.
*
Expand Down
6 changes: 3 additions & 3 deletions addons/sourcemod/scripting/include/hextags.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* by: Hexah
* https://github.com/Hexer10/HexTags
*
* Copyright (C) 2017 Mattia (Hexah|Hexer10|Papero)
* Copyright (C) 2017-2019 Mattia (Hexah|Hexer10|Papero)
*
* This file is part of the HexTags SourceMod Plugin.
*
Expand Down Expand Up @@ -49,7 +49,7 @@ public void __pl_hextags_SetNTVOptional()
{
MarkNativeAsOptional("HexTags_GetClientTag");
MarkNativeAsOptional("HexTags_SetClientTag");
MarkNativeAsOptional("HexTags_ResetClientTags");
MarkNativeAsOptional("HexTags_ResetClientTag");
}
#endif

Expand Down Expand Up @@ -92,7 +92,7 @@ native void HexTags_SetClientTag(int client, eTags TagType, char[] Tag);
*
* @error Invalid client index, or not connected.
*/
native void HexTags_ResetClientTags(int client);
native void HexTags_ResetClientTag(int client);

/**
* Called when the client tags gets updated.
Expand Down

0 comments on commit 1788168

Please sign in to comment.