From 6a940609701138e1c01cba1e3835a6be59d0befe Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Thu, 14 Jul 2022 02:08:28 +0200 Subject: [PATCH] update changelog --- Changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog.md b/Changelog.md index eeced3e..6ee3ff8 100644 --- a/Changelog.md +++ b/Changelog.md @@ -4,8 +4,11 @@ - ADDED lua debug facilities (type `:help` when attached to lua via `lua`) - ADDED MP.JsonEncode() and MP.JsonDecode(), which turn lua tables into json and vice-versa - ADDED FS.ListFiles and FS.ListDirectories +- ADDED onFileChanged event, triggered when a server plugin file changes +- FIXED `ip` in MP.GetIdentifiers - FIXED issue with client->server events which contain ':' - FIXED a fatal exception on LuaEngine startup if Resources/Server is a symlink +- FIXED onInit not being called on hot-reload # v3.0.2