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:
commit
84da6d7721
2 changed files with 1 additions and 0 deletions
BIN
demostf.smx
BIN
demostf.smx
Binary file not shown.
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue