Skip to content

Commit 0f39533

Browse files
committed
1.5.4.2
1 parent e73dd38 commit 0f39533

File tree

11 files changed

+8
-8
lines changed

11 files changed

+8
-8
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

game_upload/addons/sourcemod/scripting/SourceSleuth.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
#undef REQUIRE_PLUGIN
3030
#include <sourcebans>
3131

32-
#define PLUGIN_VERSION "(SB++) 1.5.4.1"
32+
#define PLUGIN_VERSION "(SB++) 1.5.4.2"
3333

3434
#define LENGTH_ORIGINAL 1
3535
#define LENGTH_CUSTOM 2

game_upload/addons/sourcemod/scripting/sb_admcfg.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public Plugin:myinfo =
3333
name = "SourceBans++: Admin Config Loader",
3434
author = "AlliedModders LLC, Sarabveer(VEER™)",
3535
description = "Reads admin files",
36-
version = "1.5.4.1",
36+
version = "1.5.4.2",
3737
url = "https://github.com/Sarabveer/SourceBans-Fork"
3838
};
3939

game_upload/addons/sourcemod/scripting/sbchecker.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
// *************************************************************************
2626
#include <sourcemod>
2727

28-
#define VERSION "(SB++) 1.5.4.1"
28+
#define VERSION "(SB++) 1.5.4.2"
2929
#define LISTBANS_USAGE "sm_listsbbans <#userid|name> - Lists a user's prior bans from Sourcebans"
3030
#define INVALID_TARGET -1
3131

game_upload/addons/sourcemod/scripting/sourcebans.sp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
#include <adminmenu>
3333
#tryinclude <updater>
3434

35-
#define SB_VERSION "1.5.4.1F"
36-
#define SBR_VERSION "1.5.4.1"
35+
#define SB_VERSION "1.5.4.2F"
36+
#define SBR_VERSION "1.5.4.2"
3737

3838
#if defined _updater_included
3939
#define UPDATE_URL "https://sarabveer.github.io/SourceBans-Fork/updater/updatefile.txt"

game_upload/addons/sourcemod/scripting/sourcecomms.sp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
// Do not edit below this line //
4343
//-----------------------------//
4444

45-
#define PLUGIN_VERSION "(SB++) 1.5.4.1"
45+
#define PLUGIN_VERSION "(SB++) 1.5.4.2"
4646
#define PREFIX "\x04[SourceComms]\x01 "
4747

4848
#define MAX_TIME_MULTI 30 // maximum mass-target punishment length

0 commit comments

Comments
 (0)