From 00ae97e6ef04a9df95de4dbad1d4bd45de7b6ef6 Mon Sep 17 00:00:00 2001 From: orange man <61334995+comfyorange@users.noreply.github.com> Date: Sat, 21 Oct 2023 06:56:19 +1300 Subject: [PATCH] Automatic changelog for PR #79081 [ci skip] --- html/changelogs/AutoChangeLog-pr-79081.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 html/changelogs/AutoChangeLog-pr-79081.yml diff --git a/html/changelogs/AutoChangeLog-pr-79081.yml b/html/changelogs/AutoChangeLog-pr-79081.yml new file mode 100644 index 00000000000..f360b41d05c --- /dev/null +++ b/html/changelogs/AutoChangeLog-pr-79081.yml @@ -0,0 +1,6 @@ +author: "Watermelon914" +delete-after: True +changes: + - admin: "Added SS13.get_runner_ckey() and SS13.get_runner_client() which stores the ckey and returns the client of the user who ran the lua script. Can be unreliable if accessed after sleeping." + - admin: "Added timer loop helpers to the SS13.lua module, check the docs" + - admin: "The SS13.lua module can now be made local without causing any errors." \ No newline at end of file