diff --git a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs index 2d9390bd7..f5a0b966f 100644 --- a/MCGalaxy/Commands/CPE/CustomBlockCommand.cs +++ b/MCGalaxy/Commands/CPE/CustomBlockCommand.cs @@ -396,7 +396,7 @@ namespace MCGalaxy.Commands.CPE { } break; case "fogdensity": - if (!EditByte(p, value, "Fog density", ref def.FogDensity, "fog")) return; + if (!EditByte(p, value, "Fog density", ref def.FogDensity, "fogdensity")) return; break; case "fogcolor": ColorDesc rgb = default(ColorDesc);