mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Use warningstream for log messages with WARNING
Remove DTIME macro and its uses, too
This commit is contained in:
@@ -220,7 +220,7 @@ ServerMapSector* ServerMapSector::deSerialize(
|
||||
|
||||
if(n != sectors.end())
|
||||
{
|
||||
dstream<<"WARNING: deSerializing existent sectors not supported "
|
||||
warningstream<<"deSerializing existent sectors not supported "
|
||||
"at the moment, because code hasn't been tested."
|
||||
<<std::endl;
|
||||
|
||||
|
Reference in New Issue
Block a user