Skip to content

Commit ead3dcd

Browse files
committed
feat(vac_check): release v1.0.1
Shorten and improve ban message
1 parent 007321a commit ead3dcd

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

-3 Bytes
Binary file not shown.

Plugins/vac_check/scripting/vac_check.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@
2828
#include <updater>
2929

3030
// #define DEBUG
31-
#define VERSION "1.0.0"
31+
#define VERSION "1.0.1"
3232
#define UPDATE_URL "https://raw.githubusercontent.com/llamasking/sourcemod-plugins/master/Plugins/vac_check/updatefile.txt"
33-
#define BAN_REASON "[VAC Check] VAC banned accounts are not permitted on this server."
33+
#define BAN_REASON "[VAC Check] VAC/Game bans are either too many or too recent"
3434

3535
#if defined DEBUG
3636
#warning COMPILING IN DEBUG MODE!

Plugins/vac_check/updatefile.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
{
55
"Version"
66
{
7-
"Latest" "1.0.0"
7+
"Latest" "1.0.1"
88
}
99

10-
"Notes" "Re-add SourceBans++ support. (This time it actually works.)"
11-
"Notes" "Fix 'Client index -1 is invalid' error which broke the plugin."
10+
"Notes" "Shorten and improve ban message."
1211
}
1312

1413
"Files"

0 commit comments

Comments
 (0)