console.log changes
[p]We have made a small change to the built-in game console, now it supports two separate methods:[/p]
- [p][c]console.log[/c] filters all HTML entites on the server side;[/p]
- [p][c]console.logUnsafe[/c] leaves all responsibility to you, please make sure you filter the content appropriately.[/p]