Skip to content

Commit

Permalink
Merge pull request #38 from hx-w/dev-1.4.4
Browse files Browse the repository at this point in the history
remove socket dependency
  • Loading branch information
hx-w authored Nov 3, 2021
2 parents 81b4362 + b0d2cc9 commit 147e72c
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 750 deletions.
Binary file modified plugins/csgowiki-pack.smx
Binary file not shown.
2 changes: 0 additions & 2 deletions scripting/csgowiki-pack.sp
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,6 @@ public OnPluginStart() {
}

public OnPluginEnd() {
// close socket
CloseHandle(g_hSocket);
}

public void OnLibraryAdded(const char[] name) {
Expand Down
241 changes: 0 additions & 241 deletions scripting/csgowiki/qqchat.sp

This file was deleted.

2 changes: 0 additions & 2 deletions scripting/include/csgowiki.inc
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include <sdktools>
#include <cstrike>
#include <ripext>
#include <socket>
#include <botmimic_fix>

#define PREFIX "\x01[\x05CSGOWiki\x01]"
Expand All @@ -29,7 +28,6 @@
#define CSGO_ACTION_NUM 9
#define CSGOWIKI_ACTION_NUM 7

Handle g_hSocket = INVALID_HANDLE;
// 功能开关 steambind 不能关闭
Handle g_hCSGOWikiEnable = INVALID_HANDLE;
Handle g_hOnUtilitySubmit = INVALID_HANDLE;
Expand Down
Loading

0 comments on commit 147e72c

Please sign in to comment.