Fixes the 50% time dilation on every server by removing demos, an admin only tool that is the laggiest thing on the planet for incredibly little gain. (#50658)

* Fixes the 50% time dilation on every server by removing demos, an admin only tool that is the laggiest thing on the planet for incredibly little gain.

* appeases the linter
This commit is contained in:
Iamgoofball
2020-04-26 12:54:01 +12:00
committed by GitHub
parent 8a14421dd2
commit c1aec94be8
17 changed files with 1 additions and 479 deletions
-2
View File
@@ -204,7 +204,6 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
#endif
/client/New(TopicData)
SSdemo.write_event_line("login [ckey]")
var/tdata = TopicData //save this for later use
chatOutput = new /datum/chatOutput(src)
TopicData = null //Prevent calls to client.Topic from connect
@@ -494,7 +493,6 @@ GLOBAL_LIST_EMPTY(external_rsc_urls)
UNSETEMPTY(movingmob.client_mobs_in_contents)
seen_messages = null
Master.UpdateTickRate()
SSdemo.write_event_line("logout [ckey]")
. = ..() //Even though we're going to be hard deleted there are still some things that want to know the destroy is happening
return QDEL_HINT_HARDDEL_NOW