Metastruct/gm_xterm

XTerm breaks -condebug

Opened this issue · 2 comments

image
XTerm is required inside functions.lua, & it prints a lot more after that, but none of it goes into console.log & it just stops entirely, even ServerLog doesn't append to console.log
Works fine without xterm
image
Is this fixable or just a side effect that can't be avoided/fixed

dunno what provides or what console.log is from so im just going to rule this as its on that function

the function that prints that is just MsgC with a prefix
function rotac.Msg(...) MsgC(red, "[PREFIX] ") MsgC(...) MsgC("\n") end
thanks github for messing up the newlines

console.log generates when you set -condebug in your commandline