Fix GUI prompt

This commit is contained in:
Vortrex
2022-04-28 16:27:43 -05:00
parent f93620cee0
commit bbd63b8230
2 changed files with 2 additions and 4 deletions

View File

@@ -157,6 +157,4 @@ function showPlayerChangePasswordGUI(client) {
function showPlayerTwoFactorAuthenticationGUI(client) {
sendNetworkEventToPlayer("vrr.2fa", client);
}
// ===========================================================================
}