mirror of
https://github.com/JezuzLizard/T4SP-Server-Plugin.git
synced 2025-07-04 02:01:54 +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 fd = 0;
|
||||||
auto file_length = game::FS_FOpenFileRead(fpath.c_str(), &fd);
|
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)
|
if (!fd || file_length < 0)
|
||||||
{
|
{
|
||||||
game::Com_PrintWarning(game::CON_CHANNEL_SCRIPT, "Failed to open file for reading: %s\n", fpath.c_str());
|
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