diff options
Diffstat (limited to 'src/database-files.cpp')
-rw-r--r-- | src/database-files.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/database-files.cpp b/src/database-files.cpp index 08a1f2d03..3b130f91b 100644 --- a/src/database-files.cpp +++ b/src/database-files.cpp @@ -27,8 +27,8 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "filesys.h" // !!! WARNING !!! -// This backend is intended to be used on Minetest 0.4.16 only for the transition backend for -// player files +// This backend is intended to be used on Minetest 0.4.16 only for the transition backend +// for player files void PlayerDatabaseFiles::serialize(std::ostringstream &os, RemotePlayer *player) { |