summaryrefslogtreecommitdiff
path: root/src/mapnode.cpp
diff options
context:
space:
mode:
authorrandom-geek <35757396+random-geek@users.noreply.github.com>2019-10-23 17:17:00 -0700
committerParamat <paramat@users.noreply.github.com>2019-10-24 01:17:00 +0100
commit53ebd803c613949a3f30fb4a905192c85dc73851 (patch)
treebdd5a60a98a7170d67612be7ec883a18cd99a604 /src/mapnode.cpp
parent1f142ec06fc146464822a322fdf39bddb680bfe6 (diff)
downloadminetest-53ebd803c613949a3f30fb4a905192c85dc73851.tar.gz
minetest-53ebd803c613949a3f30fb4a905192c85dc73851.tar.bz2
minetest-53ebd803c613949a3f30fb4a905192c85dc73851.zip
Change some rough/inappropriate language in comments (#9061)
Diffstat (limited to 'src/mapnode.cpp')
-rw-r--r--src/mapnode.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapnode.cpp b/src/mapnode.cpp
index 557b376c3..bf7e79a71 100644
--- a/src/mapnode.cpp
+++ b/src/mapnode.cpp
@@ -846,7 +846,7 @@ void MapNode::deSerialize_pre22(const u8 *source, u8 version)
{
// In these versions, CONTENT_IGNORE and CONTENT_AIR
// are 255 and 254
- // Version 19 is fucked up with sometimes the old values and sometimes not
+ // Version 19 is messed up with sometimes the old values and sometimes not
if(param0 == 255)
param0 = CONTENT_IGNORE;
else if(param0 == 254)