mikesiegel / AncientAnguishMudlet

3 stars 1 forks source link

Fix for Mudlet update 4.11.2 #2

Closed dlaflotte closed 3 years ago

dlaflotte commented 3 years ago

Mudlet has updated the GeyserSetContraints.lua to fix resize issues with GeyserContainers. In this fix the x% being passed into the Geyser.Container New call is not being converted properly due to the location of the % sign. This throws an error of Lua syntax error:....11.2\mudlet-lua\lua\geyser\GeyserSetConstraints.lua:55: bad argument #1 to 'find' (string expected, got nil). To fix this just changing the value to 70% rather than %70 works. Mudlet Change (https://github.com/Mudlet/Mudlet/commit/667a267f3a1009c29e8fdbafeef338668ff27368)