Skip to content

Commit

Permalink
thingy
Browse files Browse the repository at this point in the history
  • Loading branch information
jvnipers committed May 19, 2024
1 parent 1357817 commit b92c875
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/cs2uc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,8 @@ PLUGIN_EXPOSE(CS2Fixes, g_CS2Fixes);
bool CS2Fixes::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxlen, bool late)
{
PLUGIN_SAVEVARS();

GET_V_IFACE_CURRENT(GetEngineFactory, g_pCVar, ICvar, CVAR_INTERFACE_VERSION);

g_SMAPI->AddListener(this, this);

Expand Down

0 comments on commit b92c875

Please sign in to comment.