From 3fc3ab437216b760380ec7947d5cc5253cdee4fe Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sun, 17 Oct 2010 12:26:52 -0700 Subject: [PATCH] Updated credits. --- core/sm_srvcmds.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/sm_srvcmds.cpp b/core/sm_srvcmds.cpp index b5207849..c95c1cd5 100644 --- a/core/sm_srvcmds.cpp +++ b/core/sm_srvcmds.cpp @@ -328,9 +328,10 @@ void RootConsoleMenu::OnRootConsoleCommand(const char *cmdname, const CCommand & ConsolePrint(" Matt \"pRED\" Woodrow"); ConsolePrint(" Scott \"DS\" Ehlert"); ConsolePrint(" Fyren"); + ConsolePrint(" Nicholas \"psychonic\" Hastings"); ConsolePrint(" Borja \"faluco\" Ferrer"); ConsolePrint(" Pavol \"PM OnoTo\" Marko"); - ConsolePrint(" Special thanks to Liam, psychonic, ferret, and Mani"); + ConsolePrint(" Special thanks to Liam, ferret, and Mani"); ConsolePrint(" Special thanks to Viper and SteamFriends"); ConsolePrint(" http://www.sourcemod.net/"); }