diff --git a/core/PlayerManager.cpp b/core/PlayerManager.cpp index 0613c28b..d6d6e8c3 100644 --- a/core/PlayerManager.cpp +++ b/core/PlayerManager.cpp @@ -694,7 +694,7 @@ void PlayerManager::OnClientCommand(edict_t *pEntity) ClientConsolePrint(pEntity, " David \"BAILOPAN\" Anderson, Borja \"faluco\" Ferrer"); ClientConsolePrint(pEntity, - " Scott \"Damaged Soul\" Ehlert, Matt \"pRED\" Woodrow"); + " Scott \"DS\" Ehlert, Matt \"pRED\" Woodrow"); ClientConsolePrint(pEntity, " Michael \"ferret\" McKoy, Pavol \"PM OnoTo\" Marko"); ClientConsolePrint(pEntity, diff --git a/core/sm_srvcmds.cpp b/core/sm_srvcmds.cpp index 0ecfeea0..f7009161 100644 --- a/core/sm_srvcmds.cpp +++ b/core/sm_srvcmds.cpp @@ -326,7 +326,7 @@ void RootConsoleMenu::OnRootConsoleCommand(const char *cmdname, const CCommand & ConsolePrint(" Development would not have been possible without the following people:"); ConsolePrint(" David \"BAILOPAN\" Anderson, lead developer"); ConsolePrint(" Borja \"faluco\" Ferrer, core developer"); - ConsolePrint(" Scott \"Damaged Soul\" Ehlert, core developer"); + ConsolePrint(" Scott \"DS\" Ehlert, core developer"); ConsolePrint(" Matt \"pRED\" Woodrow, core developer"); ConsolePrint(" Michael \"ferret\" McKoy, plugin developer"); ConsolePrint(" Pavol \"PM OnoTo\" Marko, SourceHook developer");