Skip to content

Commit 982c8db

Browse files
authored
Merge pull request #885 from Rushaway/patch-2
fix: sharedplugin (checker)
2 parents 25d7fd9 + f454074 commit 982c8db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

game/addons/sourcemod/scripting/include/sourcebanschecker.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
public SharedPlugin __pl_sourcebanschecker =
3333
{
3434
name = "sourcebans++",
35-
file = "sbpp_main.smx",
35+
file = "sbpp_checker.smx",
3636
#if defined REQUIRE_PLUGIN
3737
required = 1
3838
#else

0 commit comments

Comments
 (0)