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

This commit is contained in:
Justin Clark-Casey (justincc)
2012-03-02 01:54:48 +00:00
parent 94971bf3b9
commit ec48a2f32b

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)