mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
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:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user