From 2a7267e932c8531ee3873f3acc0361fc714b8ee9 Mon Sep 17 00:00:00 2001 From: Blue <13604413+Bluethefurry@users.noreply.github.com> Date: Thu, 27 Aug 2020 14:05:55 +0200 Subject: [PATCH] push new version --- admin_server.lua | 2 +- version.json | 28 ++++++++++++++-------------- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/admin_server.lua b/admin_server.lua index 5cec6bb0..b27a4c58 100644 --- a/admin_server.lua +++ b/admin_server.lua @@ -626,7 +626,7 @@ Citizen.CreateThread(function() end UnbanId(banId) PrintDebugMessage("Player "..getName(source,true).." unbanned "..banId) - SendWebhookMessage(moderationNotification,string.format(GetLocalisedText("adminunbannedplayer"), getName(source), banId, ban.reason)) + SendWebhookMessage(moderationNotification,string.format(GetLocalisedText("adminunbannedplayer"), getName(source), banId, thisBan.reason)) SaveResourceFile(GetCurrentResourceName(), "banlist.json", json.encode(blacklist, {indent = true}), -1) end end) diff --git a/version.json b/version.json index 7b51cc07..2895ab07 100644 --- a/version.json +++ b/version.json @@ -1,16 +1,16 @@ { - "version":"5.215", - "changelog":"Re-add Sorted Player List", - + "version": "5.3", + "changelog": "https://github.com/Bluethefurry/EasyAdmin/releases/tag/5.301", - "_comment":"The Version Check above is outdated, below is the new system, supporting both gta and rdr", - - "fivem": { - "version":"5.215", - "changelog":"Re-add Sorted Player List" - }, - "redm": { - "version":"0.1", - "changelog":"Prerelease." - } -} + + "_comment": "The Version Check above is outdated, below is the new system, supporting both gta and rdr", + + "fivem": { + "version": "5.3", + "changelog": "https://github.com/Bluethefurry/EasyAdmin/releases/tag/5.301" + }, + "redm": { + "version": "0.1", + "changelog": "Prerelease." + } +} \ No newline at end of file