diff --git a/scripts/server/gui.js b/scripts/server/gui.js index b6b091d2..6afae940 100644 --- a/scripts/server/gui.js +++ b/scripts/server/gui.js @@ -157,4 +157,6 @@ function showPlayerChangePasswordGUI(client) { function showPlayerTwoFactorAuthenticationGUI(client) { sendNetworkEventToPlayer("vrr.2fa", client); -} \ No newline at end of file +} + +// =========================================================================== \ No newline at end of file