From 1f39392543bdabbb0913dc6e6e724a154d92446f Mon Sep 17 00:00:00 2001 From: ZomgPonies Date: Sun, 5 Jan 2014 23:36:36 -0500 Subject: [PATCH] Little compile fixes --- code/modules/client/client procs.dm | 1 - code/world.dm | 1 - 2 files changed, 2 deletions(-) diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index dc10c6c2c53..6d7ece4f9c1 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -284,7 +284,6 @@ getFiles( // 'nano/js/libraries.min.js', 'nano/js/libraries/1-jquery.js', - 'nano/js/libraries/2-jsviews.js', 'nano/js/libraries/3-jquery.timers.js', 'nano/js/nano_update.js', 'nano/js/nano_config.js', diff --git a/code/world.dm b/code/world.dm index 29058981b3c..3bad2883fb0 100644 --- a/code/world.dm +++ b/code/world.dm @@ -17,7 +17,6 @@ diaryofmeanpeople = file("data/logs/[date_string] Attack.log") diary << "\n\nStarting up. [time2text(world.timeofday, "hh:mm.ss")]\n---------------------" diaryofmeanpeople << "\n\nStarting up. [time2text(world.timeofday, "hh:mm.ss")]\n---------------------" - changelog_hash = md5('html/changelog.html') //used for telling if the changelog has changed recently if(byond_version < RECOMMENDED_VERSION) world.log << "Your server's byond version does not meet the recommended requirements for TGstation code. Please update BYOND"