Skip to content

Commit

Permalink
update(vendor): Reverting the update for HL2SDK and metamod
Browse files Browse the repository at this point in the history
  • Loading branch information
skuzzis committed Nov 18, 2023
1 parent 41db0b9 commit c7e27af
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 9 deletions.
5 changes: 0 additions & 5 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,3 @@
[submodule "vendor/rapidjson"]
path = vendor/rapidjson
url = https://github.com/Tencent/rapidjson
[submodule "vendor/protobuf-3.21.8"]
path = vendor/protobuf-3.21.8
url = https://github.com/protocolbuffers/protobuf/
branch = v3.21.8

3 changes: 2 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@
"time.h": "c",
"cfenv": "cpp",
"any": "cpp",
"filesystem": "cpp"
"filesystem": "cpp",
"*.inc": "cpp"
},
"C_Cpp.default.compilerPath": "C:\\msys64\\mingw64\\bin\\g++.exe"
}
2 changes: 1 addition & 1 deletion hl2sdk
Submodule hl2sdk updated 3190 files
1 change: 0 additions & 1 deletion src/components/BasicComponent/src/BasicComponent.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ void SwiftlyPluginManagerLoad(CPlayerSlot *slot, CCommandContext context, std::s
if (plugin_name.size() == 0)
return PrintToClientOrConsole(slot, "Commands", "Usage: swiftly plugins load <plugin_name>\n");

Plugin *plugin = pluginsMap.at(plugin_name);
if (pluginsMap.find(plugin_name) == pluginsMap.end())
return PrintToClientOrConsole(slot, "Plugin Load", "Invalid plugin name.\n");

Expand Down

0 comments on commit c7e27af

Please sign in to comment.