diff --git a/dist/ba_root/mods/changelogs.json b/dist/ba_root/mods/changelogs.json index 160ecef..6c574e4 100644 --- a/dist/ba_root/mods/changelogs.json +++ b/dist/ba_root/mods/changelogs.json @@ -10,6 +10,10 @@ "63":{ "log":"Logger bug fix, integrated discordbot : have fun :)", "time":"28 DEC 2021" + }, + "64":{ + "log":"Custom afk(idle player) remover added", + "time":"9 Jan 2022" } diff --git a/dist/ba_root/mods/tools/ServerUpdate.py b/dist/ba_root/mods/tools/ServerUpdate.py index 9c90032..e711ec0 100644 --- a/dist/ba_root/mods/tools/ServerUpdate.py +++ b/dist/ba_root/mods/tools/ServerUpdate.py @@ -4,7 +4,7 @@ import _thread import urllib.request from efro.terminal import Clr import json -VERSION=63 +VERSION=64 def check(): _thread.start_new_thread(updateProfilesJson,())