From aa4ef2ddfda3cc869f454a0127e04a3a99516883 Mon Sep 17 00:00:00 2001 From: The Lord of Owls <119661891+The-Lord-of-Owls@users.noreply.github.com> Date: Fri, 27 Dec 2024 13:24:20 -0600 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index dbf0c19..e993303 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +# NOTICE: Slow updates, no support will be provided, this project is likely to be phased out of use in support of migrating gamemode logic away from lua over time for most owl cafe gamemodes. Remaining lua code will focus on manual optimizations going forward + # lua-preprocessor A preprocessor designed to apply optimizations to code before it gets included. This will allow code to be written cleanly without having to lose optimizations that would otherwise make code difficult to support