From 53ebd803c613949a3f30fb4a905192c85dc73851 Mon Sep 17 00:00:00 2001 From: random-geek <35757396+random-geek@users.noreply.github.com> Date: Wed, 23 Oct 2019 17:17:00 -0700 Subject: Change some rough/inappropriate language in comments (#9061) --- src/mapnode.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mapnode.cpp') 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) -- cgit v1.2.3