minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"

xassetservice
Justin Clark-Casey (justincc) 2012-03-02 01:54:48 +00:00
parent 94971bf3b9
commit ec48a2f32b
1 changed files with 1 additions and 1 deletions

View File

@ -266,7 +266,7 @@ namespace pCampBot
/// <returns></returns>
protected CommandConsole CreateConsole()
{
return new LocalConsole("Region");
return new LocalConsole("pCampbot");
}
private void HandleShutdown(string module, string[] cmd)