HexoMod / WorldEditCUI-Forge-Edition-2

Check the new version WorldEditCUI Forge Edition 3
https://www.curseforge.com/minecraft/mc-mods/worldeditcui-forge-edition-3
7 stars 0 forks source link

Unable to see CUI in game #18

Closed nate2014jatc closed 5 years ago

nate2014jatc commented 5 years ago

We're currently unable to see the CUI on our server, and in single player worlds. We've tried toggling it's visibility using a keybind, but it doesn't seem to change anything.

What are the next steps in debugging?

nate2014jatc commented 5 years ago

Resolved; lines 117-125 of worldeditcuife2.cfg read as false instead of true.

##########################################################################################################
# cui renderer
#--------------------------------------------------------------------------------------------------------#
# Settings relative to CUI selections.
##########################################################################################################

"cui renderer" {
    B:enable=false
}

instead of;

##########################################################################################################
# cui renderer
#--------------------------------------------------------------------------------------------------------#
# Settings relative to CUI selections.
##########################################################################################################

"cui renderer" {
    B:enable=true
}