do not make dummy output for zoneload template

This commit is contained in:
Jan 2021-02-20 03:30:23 +01:00
parent 60a689f58c
commit ed47d514e1

View File

@ -29,14 +29,11 @@ void ZoneLoadTemplate::RenderFile(std::ostream& stream, const int fileTag, Rende
{
if (fileTag == TAG_HEADER)
{
stream << "Header";
}
else if (fileTag == TAG_SOURCE)
{
stream << "Source";
}
else
{
stream << "Unknown";
}
}