From 5204d8a9e142ae123849350b378bf0481b7e88b5 Mon Sep 17 00:00:00 2001 From: CitadelStationBot Date: Tue, 2 Apr 2019 07:39:08 -0500 Subject: [PATCH] Automatic changelog generation for PR #8192 [ci skip] --- html/changelogs/AutoChangeLog-pr-8192.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-8192.yml diff --git a/html/changelogs/AutoChangeLog-pr-8192.yml b/html/changelogs/AutoChangeLog-pr-8192.yml new file mode 100644 index 0000000000..28d8f00814 --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-8192.yml @@ -0,0 +1,4 @@ +author: "deathride58" +delete-after: True +changes: + - code_imp: "The client update portion of /mob/Login() now double-checks to make sure client.player_details exists and is of the proper type. This should hopefully fix the \"cannot read null.player_details\" runtimes that can spontaneously cause clients to get kicked out and forced back to the lobby."