Big Commit
This commit is contained in:
@@ -1277,4 +1277,12 @@ let allowedSkins = [
|
||||
[-1139941790,"Tough Guy",false],
|
||||
[809067472,"Male Tourist",false]
|
||||
]
|
||||
];
|
||||
];
|
||||
|
||||
// ===========================================================================
|
||||
|
||||
function makeLargeNumberReadable(num) {
|
||||
return new Number(num).toLocaleString("en-US");
|
||||
}
|
||||
|
||||
// ===========================================================================
|
||||
Reference in New Issue
Block a user