Skip to content

Commit

Permalink
Removed xD
Browse files Browse the repository at this point in the history
Removed xD
  • Loading branch information
SmileYzn authored Jul 11, 2023
1 parent dcfcde6 commit 2e9a1b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions LogApi/LogApi.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ void CLogApi::ServerActivate()
this->m_log_api_on = gLogUtil.CvarRegister("log_api_enable", "1");

// Set Log API Address (API HTTP/s Address Ie. https://api.yoursite.com/)
this->m_log_api_address = gLogUtil.CvarRegister("log_api_address", "https://pugbr.net/api.php");
this->m_log_api_address = gLogUtil.CvarRegister("log_api_address", "");

// Set Log API Timeout (Timeout in seconds to wait for response from remote server)
this->m_log_api_timeout = gLogUtil.CvarRegister("log_api_timeout", "5.0");
Expand Down Expand Up @@ -140,4 +140,4 @@ void CLogApi::EventResult(int EventIndex, nlohmann::ordered_json Data)
}
}
}
}
}

0 comments on commit 2e9a1b8

Please sign in to comment.