Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TeddiO committed Nov 10, 2024
1 parent edc3177 commit a5e076a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/fwens.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ void Fwens::SetLuaInstance(GarrysMod::Lua::ILuaBase* ILuaBase)

void Fwens::InitSteamAPIConnection()
{

steamContext_active = steamContext.Init();
NotifyLuaSteamConnectionEvent(steamContext_active);
}
Expand Down Expand Up @@ -77,8 +76,8 @@ void Fwens::NotifyLuaSteamConnectionEvent(bool connected)

LUA->PushSpecial(GarrysMod::Lua::SPECIAL_GLOB);
LUA->GetField(-1, "ErrorNoHalt");
LUA->Push(-3);
LUA->PushString("\n");
LUA->Push(-3);
LUA->PushString("\n");
LUA->Call(2, 0);
}

Expand Down

0 comments on commit a5e076a

Please sign in to comment.