mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-26 01:52:29 +00:00
Merge pull request #6819 from Meghan-Rossi/languagetests
Makes language keys case sensitive, adds unit tests for language conflicts, fixes some language conflicts
This commit is contained in:
@@ -2,13 +2,6 @@
|
||||
#define RECOMMENDED_VERSION 501
|
||||
/world/New()
|
||||
to_world_log("Map Loading Complete")
|
||||
//logs
|
||||
log_path += time2text(world.realtime, "YYYY/MM-Month/DD-Day/round-hh-mm-ss")
|
||||
diary = file("[log_path].log")
|
||||
href_logfile = file("[log_path]-hrefs.htm")
|
||||
error_log = file("[log_path]-error.log")
|
||||
debug_log = file("[log_path]-debug.log")
|
||||
debug_log << "[log_end]\n[log_end]\nStarting up. [time_stamp()][log_end]\n---------------------[log_end]"
|
||||
changelog_hash = md5('html/changelog.html') //used for telling if the changelog has changed recently
|
||||
|
||||
if(byond_version < RECOMMENDED_VERSION)
|
||||
|
||||
Reference in New Issue
Block a user