Changed whole project structure (split client and server into separat projects)
This commit is contained in:
3
ReallifeGamemode.Client/moneyformat/index.js
Normal file
3
ReallifeGamemode.Client/moneyformat/index.js
Normal file
@@ -0,0 +1,3 @@
|
||||
exports = function (money) {
|
||||
return money.toLocaleString("de-DE", { minimumFractionDigits: 0 });
|
||||
};
|
||||
Reference in New Issue
Block a user