mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
Replace PP with direct printing
This commit is contained in:
@@ -34,6 +34,7 @@ SQLite format specification:
|
||||
#include "porting.h"
|
||||
#include "util/string.h"
|
||||
#include "remoteplayer.h"
|
||||
#include "irrlicht_changes/printing.h"
|
||||
#include "server/player_sao.h"
|
||||
|
||||
#include <cassert>
|
||||
@@ -252,7 +253,7 @@ bool MapDatabaseSQLite3::deleteBlock(const v3s16 &pos)
|
||||
|
||||
if (!good) {
|
||||
warningstream << "deleteBlock: Block failed to delete "
|
||||
<< PP(pos) << ": " << sqlite3_errmsg(m_database) << std::endl;
|
||||
<< pos << ": " << sqlite3_errmsg(m_database) << std::endl;
|
||||
}
|
||||
return good;
|
||||
}
|
||||
|
Reference in New Issue
Block a user