Skip to content
This repository has been archived by the owner on Oct 19, 2021. It is now read-only.

Commit

Permalink
Merge pull request #160 from PhlexPlexico/development
Browse files Browse the repository at this point in the history
Error in build
  • Loading branch information
PhlexPlexico authored Oct 23, 2019
2 parents 2055b7b + 44bce07 commit 9429d1d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sourcemod_plugin/get5_apistats/scripting/get5_apistats.sp
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ int g_FTPPort;
ConVar g_FTPEnableCvar;
bool g_FTPEnable;

char g_fileName[PLATFORM_MAX_PATH];

#define LOGO_DIR "resource/flash/econ/tournaments/teams"
#define PANO_DIR "materials/panorama/images/tournaments/teams"
Expand Down Expand Up @@ -492,7 +491,6 @@ public void Get5_OnDemoFinished(const char[] filename){

public void UploadDemo(const char[] filename, char zippedFile[PLATFORM_MAX_PATH]){
char remoteDemoPath[PLATFORM_MAX_PATH];
g_CompressEnable = g_CompressEnableCvar.BoolValue;
if(filename[0]){
g_FTPHostCvar.GetString(g_FTPHost, sizeof(g_FTPHost));
g_FTPPort = g_FTPPortCvar.IntValue;
Expand Down

0 comments on commit 9429d1d

Please sign in to comment.