mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-03 17:51:51 +00:00
remove unneeded junk
This commit is contained in:
committed by
GitHub
parent
7ff32bae7e
commit
d9ce435a0b
@ -197,9 +197,6 @@ namespace fileio
|
||||
auto fd = 0;
|
||||
auto file_length = game::FS_FOpenFileRead(fpath.c_str(), &fd);
|
||||
|
||||
printf("FD %d", fd);
|
||||
printf("FILE LENGHT %d", file_length);
|
||||
|
||||
if (!fd || file_length < 0)
|
||||
{
|
||||
game::Com_PrintWarning(game::CON_CHANNEL_SCRIPT, "Failed to open file for reading: %s\n", fpath.c_str());
|
||||
|
Reference in New Issue
Block a user