minor: Rename pCampbot console prompt to "pCampbot" rather than "Region"
parent
94971bf3b9
commit
ec48a2f32b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue