From 3e387f35e93903c0783d70ba9aaec656cf27e956 Mon Sep 17 00:00:00 2001 From: David Anderson Date: Sat, 25 Jun 2011 15:26:09 -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 4e567fb1..73785cf0 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, ferret, and Mani"); + ConsolePrint(" Special thanks to asherkin, Liam, ferret, and Mani"); ConsolePrint(" Special thanks to Viper and SteamFriends"); ConsolePrint(" http://www.sourcemod.net/"); }