Primarily a bug fix check-in

This commit is contained in:
Scionwest_cp 2012-03-10 14:23:13 -08:00
parent bcd9f46b0a
commit 9b475691d5
10 changed files with 35 additions and 48 deletions

View file

@ -46,7 +46,6 @@ namespace MudEngine.GameScripts.Commands
//character creation process.
if (callingType != "Login")
{
character.SendMessage("Invalid Command Used.");
return false;
}