Rename RRID as suggested

This commit is contained in:
NepDisk 2026-03-30 21:35:50 -04:00
parent 88a8600693
commit 6a44fc25bb
2 changed files with 2 additions and 2 deletions

View file

@ -3105,7 +3105,7 @@ static void Command_Nodes(void)
CONS_Printf(" - %s", address);
}
CONS_Printf(" [RRID-%s] ", GetPrettyRRID(players[i].public_key, true));
CONS_Printf(" [BKID-%s] ", GetPrettyRRID(players[i].public_key, true));
if (IsPlayerAdmin(i))
CONS_Printf(M_GetText(" (verified admin)"));

View file

@ -1923,7 +1923,7 @@ void D_SRB2Main(void)
if (!FIL_WriteFile(file, keybuffer, totalsize))
I_Error("Couldn't open key file %d", snum);
if (!FIL_WriteFile(va("%s%s",base_path , RRIDWARNINGNAME), RRIDWARNINGMESSAGE, strlen(RRIDWARNINGMESSAGE)))
I_Error("Failed to create RRID warning file.");
I_Error("Failed to create BKID warning file.");
free(keybuffer);
}
}