Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions Managers/LuaMan.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1044,9 +1044,6 @@ namespace RTE {
if (fgets(buf, sizeof(buf), m_OpenedFiles[fileIndex]) != nullptr) {
return buf;
}
#ifndef RELEASE_BUILD
g_ConsoleMan.PrintString("ERROR: " + std::string(FileEOF(fileIndex) ? "Tried to read past EOF." : "Failed to read from file."));
#endif
} else {
g_ConsoleMan.PrintString("ERROR: Tried to read an invalid or closed file.");
}
Expand Down