change changelog to correctly say "Util.Json*", not MP

This commit is contained in:
Lion Kortlepel 2022-09-27 17:25:18 +02:00
parent dd17b95427
commit 10dff185e0
No known key found for this signature in database
GPG Key ID: 4322FF2B4C71259B

View File

@ -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