From 636bcfbb8cb384a2bf2af9f026f68c4a35965b9b Mon Sep 17 00:00:00 2001 From: Remy Marquis Date: Wed, 6 Jan 2021 14:15:36 +0100 Subject: [PATCH] Fixed deprecation warning, hopefully --- index.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.rst b/index.rst index b5504c4..b76881a 100644 --- a/index.rst +++ b/index.rst @@ -6,10 +6,12 @@ Legacy Lua API ============== -.. warning:: **DO NOT TRUST STRINGS OBTAINED IN THIS WAY!** + +.. warning:: **THIS DOCUMENTATION IS NOW DEPRECATED!** For the latest documentation, please refer to `etlegacy.rtfd.io `_. + Welcome to the Legacy Lua API's documentation! The **Legacy mod** is the default mod shipped with `ET: Legacy `_. It supports server-side modifications via the `Lua `_ scripting language, with the Legacy Lua API being the interface for communication between them.