removed html from the VarEdit logging stuff ebcause it's reaaaaaaally annoying :P

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@3965 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
elly1989@rocketmail.com
2012-07-02 00:03:28 +00:00
parent 51d0fbc3ce
commit 0db2c72ebe

View File

@@ -499,7 +499,7 @@ var/list/forbidden_varedit_object_types = list(
if("marked datum")
O.vars[variable] = holder.marked_datum
world.log << "<font color='red'>VarEdit by [src]: [O.type] [variable]=[html_encode("[O.vars[variable]]")]</font>"
world.log << "### VarEdit by [src]: [O.type] [variable]=[html_encode("[O.vars[variable]]")]"
log_admin("[key_name(src)] modified [original_name]'s [variable] to [O.vars[variable]]")
message_admins("[key_name_admin(src)] modified [original_name]'s [variable] to [O.vars[variable]]", 1)