Add generate random phone num util

This commit is contained in:
Vortrex
2021-04-23 18:20:31 -05:00
parent 111179249a
commit 755793c45d

View File

@@ -1561,3 +1561,9 @@ function updateConnectionLogOnClientInfoReceive(client, clientVersion, screenWid
} }
// =========================================================================== // ===========================================================================
function generateRandomPhoneNumber() {
return getRandom(100000,999999);
}
// ===========================================================================