@@ -514,7 +514,7 @@ void (string ps_description, float pf_setting, string ps_last, float pf_bool) CF
514514void () TeamFortress_ShowTF = {
515515 local string st;
516516
517- sprint(self, PRINT_HIGH, "\n This server is running Classic Fortress " );
517+ sprint(self, PRINT_HIGH, "\n This server is running FortressOne " );
518518 sprint(self, PRINT_HIGH, VER);
519519 sprint(self, PRINT_HIGH, "\n\n " );
520520
@@ -571,7 +571,7 @@ void () TeamFortress_ShowTF = {
571571 sprint(self, PRINT_HIGH, "Full teamscore off\n " );
572572 }
573573
574- sprint(self, PRINT_HIGH, "\n == Classic Fortress ==\n " );
574+ sprint(self, PRINT_HIGH, "\n == FortressOne Server ==\n " );
575575 CF_PrintSetting("Spawn with full health/armor" , spawnfull, "" , 1 );
576576 CF_PrintSetting("Stock players with full health/armor" , stockfull, "" , 1 );
577577 CF_PrintSetting("Stock player on cap" , stock_on_cap, "" , 1 );
@@ -658,7 +658,7 @@ void () TeamFortress_ShowTF = {
658658 if (server_faithful) {
659659 sprint(self, PRINT_HIGH, "\n This server is running faithful Team Fortress settings.\n " );
660660 } else if (server_default) {
661- sprint(self, PRINT_HIGH, "\n This server is running default Classic Fortress settings.\n " );
661+ sprint(self, PRINT_HIGH, "\n This server is running default FortressOne Server settings.\n " );
662662 }
663663};
664664
0 commit comments