mark2devel / mark2

Minecraft Multi Server Wrapper Written in Python with Twisted; Pull Requests HIGHLY Encouraged, Collaborators Needed Discord: https://discord.gg/zymJygHNpv
Other
205 stars 44 forks source link

Highlighted line gets broken with multiple servers #153

Closed Column01 closed 2 years ago

Column01 commented 2 years ago

When running multiple servers, the highlighted log line seems to get broken and leaves duplicate lines. Will need to investigate this further.

image

Column01 commented 2 years ago

The referenced issue was an index error when clearing formatting in the console, I fixed it by just catching it and not doing anything. What I think I should do is clear the focussed list on server swap, no idea why I wasn't already doing that.

Column01 commented 2 years ago

Did more noodling and it seems I just didn't realize at the time it was related to server swapping. Looking back, it makes complete sense this would cause an index error