Rename RRID as suggested
This commit is contained in:
parent
88a8600693
commit
6a44fc25bb
2 changed files with 2 additions and 2 deletions
|
|
@ -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)"));
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue