From 67772f85b9540fc79df6c319c6fa6d2f8a3a32c1 Mon Sep 17 00:00:00 2001 From: ENoir420 <70651562+ENoir420@users.noreply.github.com> Date: Thu, 8 Jul 2021 22:04:37 +0200 Subject: [PATCH] Update 1.15 --- fxmanifest.lua | 2 +- plugins/server/NameChange/config.lua | 2 +- version.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/fxmanifest.lua b/fxmanifest.lua index d9b24ce..6be9def 100644 --- a/fxmanifest.lua +++ b/fxmanifest.lua @@ -1,6 +1,6 @@ author 'ENoir' description 'FXServer logs to Discord' -version '1.0.0' +version '1.15' diff --git a/plugins/server/NameChange/config.lua b/plugins/server/NameChange/config.lua index 7139db1..8444019 100644 --- a/plugins/server/NameChange/config.lua +++ b/plugins/server/NameChange/config.lua @@ -1,3 +1,3 @@ NameChangeConfig = {} -NameChangeConfig.AcePermission = 'ENoir.staff' \ No newline at end of file +NameChangeConfig.AcePermission = '[server_name].staff' \ No newline at end of file diff --git a/version.json b/version.json index e683812..2574b56 100644 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { - "date": "June 29, 2021", - "version": "1.10", - "changelog": "" + "date": "July 08, 2021", + "version": "1.15", + "changelog": "Final Release" } \ No newline at end of file