mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
Removed unused log var (diaryofmeanpeople).
This commit is contained in:
@@ -79,7 +79,6 @@ var/blobevent = 0
|
|||||||
///////////////
|
///////////////
|
||||||
|
|
||||||
var/diary = null
|
var/diary = null
|
||||||
var/diaryofmeanpeople = null
|
|
||||||
var/href_logfile = null
|
var/href_logfile = null
|
||||||
var/station_name = "NSS Exodus"
|
var/station_name = "NSS Exodus"
|
||||||
var/game_version = "Baystation12"
|
var/game_version = "Baystation12"
|
||||||
|
|||||||
@@ -26,9 +26,7 @@ var/global/datum/global_init/init = new ()
|
|||||||
var/date_string = time2text(world.realtime, "YYYY/MM-Month/DD-Day")
|
var/date_string = time2text(world.realtime, "YYYY/MM-Month/DD-Day")
|
||||||
href_logfile = file("data/logs/[date_string] hrefs.htm")
|
href_logfile = file("data/logs/[date_string] hrefs.htm")
|
||||||
diary = file("data/logs/[date_string].log")
|
diary = file("data/logs/[date_string].log")
|
||||||
diaryofmeanpeople = file("data/logs/[date_string] Attack.log")
|
|
||||||
diary << "[log_end]\n[log_end]\nStarting up. [time2text(world.timeofday, "hh:mm.ss")][log_end]\n---------------------[log_end]"
|
diary << "[log_end]\n[log_end]\nStarting up. [time2text(world.timeofday, "hh:mm.ss")][log_end]\n---------------------[log_end]"
|
||||||
diaryofmeanpeople << "[log_end]\n[log_end]\nStarting up. [time2text(world.timeofday, "hh:mm.ss")][log_end]\n---------------------[log_end]"
|
|
||||||
changelog_hash = md5('html/changelog.html') //used for telling if the changelog has changed recently
|
changelog_hash = md5('html/changelog.html') //used for telling if the changelog has changed recently
|
||||||
|
|
||||||
if(byond_version < RECOMMENDED_VERSION)
|
if(byond_version < RECOMMENDED_VERSION)
|
||||||
|
|||||||
Reference in New Issue
Block a user