From 3a871311856093e654556fec9f774ff4ccb7549e Mon Sep 17 00:00:00 2001 From: Vortrex <3858226+VortrexFTW@users.noreply.github.com> Date: Mon, 1 Aug 2022 11:36:40 -0500 Subject: [PATCH] Formatting --- scripts/server/subaccount.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/server/subaccount.js b/scripts/server/subaccount.js index 25d6c98a..b1a5808c 100644 --- a/scripts/server/subaccount.js +++ b/scripts/server/subaccount.js @@ -730,4 +730,6 @@ function forcePlayerIntoSwitchCharacterScreen(client) { showConnectCameraToPlayer(client); showCharacterSelectToClient(client); -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file