Skip to content

Commit

Permalink
Update G5WS.sp
Browse files Browse the repository at this point in the history
  • Loading branch information
rpkaul authored Aug 7, 2022
1 parent 1f5f410 commit 8cf696e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripting/G5WS.sp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ public void OnPluginStart() {

g_EnableDemoUpload = CreateConVar("get5_upload_demos", "1", "Upload demo on post match.");

g_EnableSupportMessage = CreateConVar("get5_api_support_message", "1", "Enable a dono message every half time.");
g_EnableSupportMessage = CreateConVar("get5_api_support_message", "0", "Enable a dono message every half time.");

g_APIKeyCvar =
CreateConVar("get5_web_api_key", "", "Match API key, this is automatically set through rcon", FCVAR_DONTRECORD);
Expand Down

0 comments on commit 8cf696e

Please sign in to comment.