Skip to content
Snippets Groups Projects
Commit 1c508015 authored by Monster Iestyn's avatar Monster Iestyn
Browse files

Fix typo introduced by changes to the setrings command

parent 900cbf72
No related branches found
No related tags found
No related merge requests found
......@@ -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
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment