From 36e8ba16147fb1168709b8cb50d986bc9e51b6dc Mon Sep 17 00:00:00 2001 From: Lion Date: Mon, 26 Sep 2022 12:22:22 +0200 Subject: [PATCH] fix colon in changelog to be in proper code quotes --- Changelog.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index f03c517..9a0a7d1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -10,7 +10,7 @@ - ADDED error messages to some lua functions - ADDED HOME and END button working in console - FIXED `ip` in MP.GetPlayerIdentifiers -- FIXED issue with client->server events which contain ':' +- 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 - FIXED incorrect timing calculation of Lua EventTimer loop