From dadcb6ebfb69751a9866889bf3a6933a9b776a9f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=20Gerg=C5=91?= <69343477+Rav3n95@users.noreply.github.com> Date: Tue, 31 Jan 2023 14:00:41 +0100 Subject: [PATCH] Quick fix (#873) Co-authored-by: TheFantomas <117121911+TheFantomas@users.noreply.github.com> --- [core]/es_extended/server/common.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/[core]/es_extended/server/common.lua b/[core]/es_extended/server/common.lua index 6aaf87c8..3e4b9671 100644 --- a/[core]/es_extended/server/common.lua +++ b/[core]/es_extended/server/common.lua @@ -94,7 +94,7 @@ MySQL.ready(function() ESX.Jobs = Jobs end - print('[^2INFO^7] ESX ^5Legacy 1.9.0^0 initialized!') + print('[^2INFO^7] ESX ^5Legacy 1.9.1^0 initialized!') StartDBSync() StartPayCheck() end)