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