Merge pull request #11048 from VOREStation/Arokha/tguilog

Reduce tgui logging
This commit is contained in:
Aronai Sieyes
2021-07-12 19:46:05 -04:00
committed by Chompstation Bot
parent 796c58e062
commit a28df02a59
4 changed files with 15 additions and 3 deletions

View File

@@ -279,6 +279,9 @@
#endif
/proc/log_tgui(user_or_client, text)
if(!text)
stack_trace("Pointless log_tgui message")
return
var/entry = ""
if(!user_or_client)
entry += "no user"