Admin Request: Logs now will end in CRLF on unix systems.

Also removed the "SERVER HAS CALLED FOR A VOTE" spam
This commit is contained in:
Ccomp5950
2014-03-23 02:26:06 -05:00
parent 6f8b599794
commit 7000cce408
7 changed files with 43 additions and 38 deletions

View File

@@ -63,7 +63,7 @@ var/global/datum/getrev/revdata = new("config/svndir.txt")
s_archive = s
if(!revision)
abort()
diary << "Revision info loaded succesfully"
diary << "Revision info loaded succesfully[world.system_type == UNIX ? ascii2text(13) :]"
return
return abort()