Fixed a error in CommandLogin preventing the source from compiling. Didn't notice that prior to committing the previous change set.
This commit is contained in:
parent
40b0d2be79
commit
0720393626
2 changed files with 5 additions and 1 deletions
|
@ -39,7 +39,7 @@ namespace MudEngine.GameScripts.Commands
|
|||
{
|
||||
character.SendMessage("Enter your character name: ", false);
|
||||
|
||||
String name = String.Empty;
|
||||
name = String.Empty;
|
||||
Boolean isFound = false;
|
||||
|
||||
while (String.IsNullOrEmpty(name))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue