From 0ef49ba324e49ad56f37f770702d3716d9c57471 Mon Sep 17 00:00:00 2001 From: Theriaca Date: Sat, 26 Jan 2019 15:58:41 +0100 Subject: rename pers.credit to pers.funds --- src/game/g_ptr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/game/g_ptr.c') diff --git a/src/game/g_ptr.c b/src/game/g_ptr.c index e102183..3727c99 100644 --- a/src/game/g_ptr.c +++ b/src/game/g_ptr.c @@ -62,7 +62,7 @@ void G_UpdatePTRConnection( gclient_t *client ) if( client && client->pers.connection ) { client->pers.connection->clientTeam = client->pers.teamSelection; - client->pers.connection->clientCredit = client->pers.credit; + client->pers.connection->clientCredit = client->pers.funds; client->pers.connection->clientScore = client->pers.score; } } -- cgit