File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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!
Original file line number Diff line number Diff line change 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"
You can’t perform that action at this time.
0 commit comments