1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Change some rough/inappropriate language in comments (#9061)

This commit is contained in:
random-geek 2019-10-23 17:17:00 -07:00 committed by Paramat
parent 1f142ec06f
commit 53ebd803c6
5 changed files with 12 additions and 9 deletions

View file

@ -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)