1
0
Fork 0
mirror of https://codeberg.org/demostf/plugin.git synced 2026-06-04 00:54:08 +02:00

Merge pull request #2 from garrappachc/log-uploaded-demo-url

fix: log uploaded demo url
This commit is contained in:
Robin Appelman 2020-06-06 19:00:52 +00:00 committed by GitHub
commit 84da6d7721
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View file

@ -145,5 +145,6 @@ public ShowResponse()
new String:output[512];
ReadFileString(resultFile, output, sizeof(output));
PrintToChatAll("[demos.tf]: %s", output);
LogToGame("[demos.tf]: %s", output);
return;
}