From 3146f125c030b0f749f5e3c0e6d8ee86ee0ade92 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Sun, 10 Sep 2023 21:08:49 +0100 Subject: [PATCH] feat(ps): rename configuration files This commit renames several configuration files in the "pstbs" directory to the "ps" directory. The affected files include Admins.cfg, Bans.cfg, License.cfg, MapRotation.cfg, Rcon.cfg, RemoteAdminListHosts.cfg, RemoteBanListHosts.cfg, Server.cfg, and ServerMessages.cfg. This change improves file organization and consistency. --- {pstbs => ps}/Admins.cfg | 0 {pstbs => ps}/Bans.cfg | 0 {pstbs => ps}/License.cfg | 0 {pstbs => ps}/MapRotation.cfg | 0 {pstbs => ps}/Rcon.cfg | 0 {pstbs => ps}/RemoteAdminListHosts.cfg | 0 {pstbs => ps}/RemoteBanListHosts.cfg | 0 {pstbs => ps}/Server.cfg | 0 {pstbs => ps}/ServerMessages.cfg | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename {pstbs => ps}/Admins.cfg (100%) rename {pstbs => ps}/Bans.cfg (100%) rename {pstbs => ps}/License.cfg (100%) rename {pstbs => ps}/MapRotation.cfg (100%) rename {pstbs => ps}/Rcon.cfg (100%) rename {pstbs => ps}/RemoteAdminListHosts.cfg (100%) rename {pstbs => ps}/RemoteBanListHosts.cfg (100%) rename {pstbs => ps}/Server.cfg (100%) rename {pstbs => ps}/ServerMessages.cfg (100%) diff --git a/pstbs/Admins.cfg b/ps/Admins.cfg similarity index 100% rename from pstbs/Admins.cfg rename to ps/Admins.cfg diff --git a/pstbs/Bans.cfg b/ps/Bans.cfg similarity index 100% rename from pstbs/Bans.cfg rename to ps/Bans.cfg diff --git a/pstbs/License.cfg b/ps/License.cfg similarity index 100% rename from pstbs/License.cfg rename to ps/License.cfg diff --git a/pstbs/MapRotation.cfg b/ps/MapRotation.cfg similarity index 100% rename from pstbs/MapRotation.cfg rename to ps/MapRotation.cfg diff --git a/pstbs/Rcon.cfg b/ps/Rcon.cfg similarity index 100% rename from pstbs/Rcon.cfg rename to ps/Rcon.cfg diff --git a/pstbs/RemoteAdminListHosts.cfg b/ps/RemoteAdminListHosts.cfg similarity index 100% rename from pstbs/RemoteAdminListHosts.cfg rename to ps/RemoteAdminListHosts.cfg diff --git a/pstbs/RemoteBanListHosts.cfg b/ps/RemoteBanListHosts.cfg similarity index 100% rename from pstbs/RemoteBanListHosts.cfg rename to ps/RemoteBanListHosts.cfg diff --git a/pstbs/Server.cfg b/ps/Server.cfg similarity index 100% rename from pstbs/Server.cfg rename to ps/Server.cfg diff --git a/pstbs/ServerMessages.cfg b/ps/ServerMessages.cfg similarity index 100% rename from pstbs/ServerMessages.cfg rename to ps/ServerMessages.cfg