Skip to content

Commit c85e914

Browse files
committed
Merge branch 'feature/real-convars' of https://github.com/roflmuffin/CounterStrikeSharp into feature/real-convars
2 parents ba3bd5a + 099799a commit c85e914

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/scripting/natives/natives_convars.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,14 @@
1414
* along with CounterStrikeSharp. If not, see <https://www.gnu.org/licenses/>. *
1515
*/
1616

17-
#define private public
18-
#define protected public
19-
17+
#define private public
2018
#include "core/log.h"
2119
#include "scripting/autonative.h"
2220
#include "scripting/script_engine.h"
2321

2422
#include <eiface.h>
2523
#include <convar.h>
2624
#undef private
27-
#undef protected
2825

2926
namespace counterstrikesharp {
3027

0 commit comments

Comments
 (0)