mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Replace PP with direct printing
This commit is contained in:
parent
de77fe8ade
commit
3b74cc4a41
18 changed files with 110 additions and 109 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue