From bfaf8b9e54b13f6d98ffcfbba26dd5eb7f732933 Mon Sep 17 00:00:00 2001 From: neptunium Date: Mon, 1 Jan 2024 23:16:52 +0100 Subject: [PATCH] tweak(scripting/mono-v2): bump pilot date --- .../citizen-scripting-mono-v2/src/MonoScriptRuntime.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/code/components/citizen-scripting-mono-v2/src/MonoScriptRuntime.cpp b/code/components/citizen-scripting-mono-v2/src/MonoScriptRuntime.cpp index 3967c90b17..28e60dad65 100644 --- a/code/components/citizen-scripting-mono-v2/src/MonoScriptRuntime.cpp +++ b/code/components/citizen-scripting-mono-v2/src/MonoScriptRuntime.cpp @@ -263,11 +263,12 @@ int MonoScriptRuntime::HandlesFile(char* filename, IScriptHostWithResourceData* } // last supported date for this pilot of mono_rt2, in UTC - constexpr int maxYear = 2023, maxMonth = 12, maxDay = 31; + constexpr int maxYear = 2024, maxMonth = 3, maxDay = 31; // Allowed values for mono_rt2 constexpr std::string_view allowedValues[] = { // put latest on top, right here ↓ + "Prerelease expiring 2024-03-31. See https://aka.cfx.re/mono-rt2-preview for info."sv, "Prerelease expiring 2023-12-31. See https://aka.cfx.re/mono-rt2-preview for info."sv, "Prerelease expiring 2023-08-31. See https://aka.cfx.re/mono-rt2-preview for info."sv, "Prerelease expiring 2023-06-30. See https://aka.cfx.re/mono-rt2-preview for info."sv,