Skip to content

Commit

Permalink
update patch
Browse files Browse the repository at this point in the history
  • Loading branch information
Armaldio committed Feb 25, 2025
1 parent 17533ab commit 204455d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ insert_final_newline = true

[*.cc]
end_of_line = crlf
[*.patch]
end_of_line = crlf

indent_style = space
indent_size = 2
9 changes: 0 additions & 9 deletions diff.patch
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,6 @@ diff --git a/src/api/steam_api_matchmaking.cc b/src/api/steam_api_matchmaking.cc
index 739277d..eba089f 100644
--- a/src/api/steam_api_matchmaking.cc
+++ b/src/api/steam_api_matchmaking.cc
@@ -389,7 +389,7 @@ NAN_METHOD(SetLobbyType) {
THROW_BAD_ARGS("Steam ID is invalid");
}
auto lobby_type = static_cast<ELobbyType>(Nan::To<int32>(info[0]).FromJust());
-
+
info.GetReturnValue().Set(
SteamMatchmaking()->SetLobbyType(steam_id, lobby_type)
);
@@ -566,11 +566,11 @@ NAN_METHOD(GetLobbyChatEntry) {
return;
}
Expand Down

0 comments on commit 204455d

Please sign in to comment.