'Slight' Gui Modifications

'Slight' Gui Modifications

3M Downloads

CTS: removeMinecraftLogo() and removeEditionBadge() have swapped functionality.

Vaelzan opened this issue ยท 0 comments

commented

In the custom title screen script, removeMinecraftLogo() removes the edition badge (but not the Minecraft logo), meanwhile removeEditionBadge() removes the Minecraft logo (but not the edition badge).

The problem appears to be these lines, and I suspect that just switching the variables between the two lines is all it'd take to fix:

if (SlightGuiModifications.getCtsConfig().enabled && SlightGuiModifications.getCtsConfig().removeMinecraftEditionTexture)

if (SlightGuiModifications.getCtsConfig().removeMinecraftLogoTexture)