mirror of
https://github.com/ClassiCube/MCGalaxy.git
synced 2025-09-22 12:05:51 -04:00
Fix error when giving invalid fogdensity value in lb/gb. (Thanks fam0r)
This commit is contained in:
parent
bb8c39dc12
commit
4b216d401e
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user