From 4752c4069f005871689ba07c0028f9e68cdc734c Mon Sep 17 00:00:00 2001 From: scitor Date: Mon, 12 Mar 2018 21:15:38 +0100 Subject: [PATCH] use money, like the rest of the code --- lib/game/api/auth.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/game/api/auth.js b/lib/game/api/auth.js index 1f3692a..58d4fb7 100644 --- a/lib/game/api/auth.js +++ b/lib/game/api/auth.js @@ -47,7 +47,7 @@ function steamFindOrCreateUser(request, steamId) { cpu: 100, cpuAvailable: 0, registeredDate: new Date(), - credits: 0, + money: 0, gcl: 0 };