Skip to content

Commit

Permalink
Fix order. Remove old setup scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
rob5300 committed Aug 22, 2021
1 parent 8cfb9a7 commit c78b246
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 62 deletions.
24 changes: 0 additions & 24 deletions .elf_build/0deps.sh

This file was deleted.

28 changes: 0 additions & 28 deletions .elf_build/1setup.sh

This file was deleted.

6 changes: 0 additions & 6 deletions .elf_build/2build.sh

This file was deleted.

2 changes: 0 additions & 2 deletions obj-linux-x86_64/output.txt

This file was deleted.

3 changes: 1 addition & 2 deletions src/extension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ SMEXT_LINK(&g_Sample);
DebugListener debugListener;
shared_ptr<CTFErrorLoggerConfig> config;
unique_ptr<SMErrorLogReader> errorLogWatcher;
bool setup = false;

//Callback so we can setup the extension when the sentry url convar has been set.
//Required as the extension is loaded before convars exist.
Expand All @@ -53,8 +54,6 @@ ConVar ce_region("ce_region", "EU", 0, "Server Region");
ConVar ce_logreaderwaittime("ce_logreaderwaittime", "120", 0);
ConVar ce_type("ce_type", "", 0, "Server Type");

bool setup = false;

/**
* Class to allow our convars to be properly registered.
*/
Expand Down

0 comments on commit c78b246

Please sign in to comment.