From 10dff185e08f71e6f6957e91fd27fb1784b82f0c Mon Sep 17 00:00:00 2001 From: Lion Kortlepel Date: Tue, 27 Sep 2022 17:25:18 +0200 Subject: [PATCH] change changelog to correctly say "Util.Json*", not MP --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 3033a5f..45418eb 100644 --- a/Changelog.md +++ b/Changelog.md @@ -3,7 +3,7 @@ - ADDED Tab autocomplete in console, smart tab autocomplete (understands lua tables and types) in the lua console - 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 Util.JsonEncode() and Util.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 - ADDED MP.GetPositionRaw(), which can be used to retrieve the latest position packet per player, per vehicle