Remove old util

This commit is contained in:
Vortrex
2022-05-22 13:33:09 -05:00
parent e519325095
commit a967f3f0dc

View File

@@ -255,12 +255,6 @@ function playerToggledGUI(client) {
// ===========================================================================
function showPlayerChangePasswordGUI(client) {
sendNetworkEventToPlayer("vrr.changePassword", client);
}
// ===========================================================================
function showPlayerTwoFactorAuthenticationGUI(client) {
sendNetworkEventToPlayer("vrr.2fa", client);
}