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:
parent
1f142ec06f
commit
53ebd803c6
5 changed files with 12 additions and 9 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue