diff --git a/src/d_clisrv.c b/src/d_clisrv.c index 4662ffc29..4081e8655 100644 --- a/src/d_clisrv.c +++ b/src/d_clisrv.c @@ -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)")); diff --git a/src/d_main.cpp b/src/d_main.cpp index b36846528..6029e11d2 100644 --- a/src/d_main.cpp +++ b/src/d_main.cpp @@ -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); } }