Fixes internalOutput() (#26975)

This commit is contained in:
Exxion
2020-06-28 09:35:43 -04:00
committed by GitHub
parent 641009059e
commit cbfe7e4e47

View File

@@ -270,7 +270,7 @@ function output(message, flag) {
function internalOutput(message, flag)
{
output(escaper(message), flag)
output(message, flag)
}
//Runs a route within byond, client or server side. Consider this "ehjax" for byond.