Skip to content

Commit

Permalink
Revert "Trying fix test build"
Browse files Browse the repository at this point in the history
This reverts commit b8afb5e.
  • Loading branch information
TheByKotik committed Oct 15, 2019
1 parent 096c528 commit e0f0669
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions game/addons/sourcemod/scripting/sbpp_checker.sp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#pragma semicolon 1

#include <sourcemod>
#include "sbpp/core.sp"
#include "sbpp/sql.sp"
#include <sbpp/core.sp>
#include <sbpp/sql.sp>

#define LISTBANS_USAGE "sm_listbans <#userid|name> - Lists a user's prior bans from Sourcebans"
#define LISTCOMMS_USAGE "sm_listcomms <#userid|name> - Lists a user's prior comms from Sourcebans"
Expand Down
4 changes: 2 additions & 2 deletions game/addons/sourcemod/scripting/sbpp_sleuth.sp
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
#pragma newdecls required

#include <sourcemod>
#include "sbpp/core.sp"
#include "sbpp/sql.sp"
#include <sbpp/core.sp>
#include <sbpp/sql.sp>

#undef REQUIRE_PLUGIN
#include <sourcebanspp>
Expand Down

0 comments on commit e0f0669

Please sign in to comment.