mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2025-12-23 08:22:58 +00:00
Merge branch 'master' into hud-cleaning
This commit is contained in:
commit
a9882bfda4
1 changed files with 1 additions and 1 deletions
|
|
@ -890,7 +890,7 @@ void Command_Setrings_f(void)
|
|||
else
|
||||
{
|
||||
players[consoleplayer].spheres = 0;
|
||||
P_GivePlayerSpheres(&player[consoleplayer], atoi(COM_Argv(1)));
|
||||
P_GivePlayerSpheres(&players[consoleplayer], atoi(COM_Argv(1)));
|
||||
// no totalsphere addition to revert
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue