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

@@ -1560,4 +1560,10 @@ function updateConnectionLogOnClientInfoReceive(client, clientVersion, screenWid
}
}
// ===========================================================================
function generateRandomPhoneNumber() {
return getRandom(100000,999999);
}
// ===========================================================================